#506343

Color #506343 Tom Thumb (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tom Thumb #506343

Tints of Tom Thumb #506343

Color information

#506343 (or 0x506343) is unknown color: approx Tom Thumb. HEX triplet: 50, 63 and 43. RGB value is (80,99,67). Sum of RGB (Red+Green+Blue) = 80+99+67=246 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.52% from 246); Green value is 99 (39.06% from 255 or 40.24% from 246); Blue value is 67 (26.56% from 255 or 27.24% from 246); Max value from RGB is 99 - color contains mainly: green. Hex color #506343 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506343 is #AF9CBC. Grayscale: #595959. Windows color (decimal): -11508925 or 4416336. OLE color: 4416336.

HSL color Cylindrical-coordinate representation of color #506343: hue angle of 95.62º degrees, saturation: 0.19, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #506343 is Cyan = 0.19, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.61.

Color convert

RGB809967-
CMYK0.1900.320.61
HSL95.62º19.28%32.55%-
HSV(B)95.62º32.32%38.82%-
XYZ8.7811.036.98-
YUV89.67115.21121.1-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 80 (31.64% from 255) = 32.52%
GREEN value IS 99 (39.06% from 255) = 40.24%
BLUE value IS 67 (26.56% from 255) = 27.24%
R=32.52%
G=40.24%
B=27.24%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8099670.1900.320.6195.6219.2832.55
Hex506343130203D601321
Octal12014310323040751402341
Binary101000011000111000011100110100000111101110000010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506343

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506343; }

 p { color: rgb(80,99,67); }

 H1.HeaderClassName
 {
   color: #506343;
 }
 .AnyTagClassName
 {
   color: #506343;
 }
</style>
background-color css

<style>
 a { background-color: #506343; }

 a { background-color: rgb(80,99,67); }

 div.DivClassName
 {
   background-color: #506343;
 }
 .BgClassName
 {
   background-color: #506343;
 }
</style>
border-color css

<style>
 span { border-color: #506343; }

 span { border-color: rgb(80,99,67); }

 td.TdClassName
 {
   border-color: #506343;
 }
 .TagClassName
 {
   border-color: #506343;
 }
</style>