#665540

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

Shades of Tobacco Brown #665540

Tints of Tobacco Brown #665540

Color information

#665540 (or 0x665540) is unknown color: approx Tobacco Brown. HEX triplet: 66, 55 and 40. RGB value is (102,85,64). Sum of RGB (Red+Green+Blue) = 102+85+64=251 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.64% from 251); Green value is 85 (33.59% from 255 or 33.86% from 251); Blue value is 64 (25.39% from 255 or 25.50% from 251); Max value from RGB is 102 - color contains mainly: red. Hex color #665540 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #665540 is #99AABF. Grayscale: #575757. Windows color (decimal): -10070720 or 4216166. OLE color: 4216166.

HSL color Cylindrical-coordinate representation of color #665540: hue angle of 33.16º degrees, saturation: 0.23, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #665540 is Cyan = 0, Magento = 0.17, Yellow = 0.37 and Black (K on CMYK) = 0.6.

Color convert

RGB1028564-
CMYK00.170.370.6
HSL33.16º22.89%32.55%-
HSV(B)33.16º37.25%40%-
XYZ9.659.696.21-
YUV87.69114.63138.21-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 40.64%
GREEN value IS 85 (33.59% from 255) = 33.86%
BLUE value IS 64 (25.39% from 255) = 25.50%
R=40.64%
G=33.86%
B=25.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.37
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102856400.170.370.633.1622.8932.55
Hex665540011253C211721
Octal1461251000214574412741
Binary11001101010101100000001000110010111110010000110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665540; }

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

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

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

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

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

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

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

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