#66553E

Color #66553E Tobacco Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tobacco Brown #66553E

Tints of Tobacco Brown #66553E

Color information

#66553E (or 0x66553E) is unknown color: approx Tobacco Brown. HEX triplet: 66, 55 and 3E. RGB value is (102,85,62). Sum of RGB (Red+Green+Blue) = 102+85+62=249 (32% of max value = 765). Red value is 102 (40.23% from 255 or 40.96% from 249); Green value is 85 (33.59% from 255 or 34.14% from 249); Blue value is 62 (24.61% from 255 or 24.90% from 249); Max value from RGB is 102 - color contains mainly: red. Hex color #66553E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66553E is #99AAC1. Grayscale: #575757. Windows color (decimal): -10070722 or 4085094. OLE color: 4085094.

HSL color Cylindrical-coordinate representation of color #66553E: hue angle of 34.5º degrees, saturation: 0.24, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #66553E is Cyan = 0, Magento = 0.17, Yellow = 0.39 and Black (K on CMYK) = 0.6.

Color convert

RGB1028562-
CMYK00.170.390.6
HSL34.5º24.39%32.16%-
HSV(B)34.5º39.22%40%-
XYZ9.69.675.92-
YUV87.46113.63138.37-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 40.96%
GREEN value IS 85 (33.59% from 255) = 34.14%
BLUE value IS 62 (24.61% from 255) = 24.90%
R=40.96%
G=34.14%
B=24.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.39
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102856200.170.390.634.524.3932.16
Hex66553E011273C231820
Octal146125760214774433040
Binary1100110101010111111001000110011111110010001111000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66553E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66553E; }

 p { color: rgb(102,85,62); }

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

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

 a { background-color: rgb(102,85,62); }

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

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

 span { border-color: rgb(102,85,62); }

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