#66553F

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

Shades of Tobacco Brown #66553F

Tints of Tobacco Brown #66553F

Color information

#66553F (or 0x66553F) is unknown color: approx Tobacco Brown. HEX triplet: 66, 55 and 3F. RGB value is (102,85,63). Sum of RGB (Red+Green+Blue) = 102+85+63=250 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.8% from 250); Green value is 85 (33.59% from 255 or 34% from 250); Blue value is 63 (25% from 255 or 25.2% from 250); Max value from RGB is 102 - color contains mainly: red. Hex color #66553F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66553F is #99AAC0. Grayscale: #575757. Windows color (decimal): -10070721 or 4150630. OLE color: 4150630.

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

Color convert

RGB1028563-
CMYK00.170.380.6
HSL33.85º23.64%32.35%-
HSV(B)33.85º38.24%40%-
XYZ9.639.686.06-
YUV87.58114.13138.29-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 40.8%
GREEN value IS 85 (33.59% from 255) = 34%
BLUE value IS 63 (25% from 255) = 25.2%
R=40.8%
G=34%
B=25.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.38
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102856300.170.380.633.8523.6432.35
Hex66553F011263C221820
Octal146125770214674423040
Binary1100110101010111111101000110011011110010001011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66553F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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