#66503B

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

Shades of Tobacco Brown #66503B

Tints of Tobacco Brown #66503B

Color information

#66503B (or 0x66503B) is unknown color: approx Tobacco Brown. HEX triplet: 66, 50 and 3B. RGB value is (102,80,59). Sum of RGB (Red+Green+Blue) = 102+80+59=241 (31% of max value = 765). Red value is 102 (40.23% from 255 or 42.32% from 241); Green value is 80 (31.64% from 255 or 33.20% from 241); Blue value is 59 (23.44% from 255 or 24.48% from 241); Max value from RGB is 102 - color contains mainly: red. Hex color #66503B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66503B is #99AFC4. Grayscale: #545454. Windows color (decimal): -10072005 or 3887206. OLE color: 3887206.

HSL color Cylindrical-coordinate representation of color #66503B: hue angle of 29.3º degrees, saturation: 0.27, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #66503B is Cyan = 0, Magento = 0.22, Yellow = 0.42 and Black (K on CMYK) = 0.6.

Color convert

RGB1028059-
CMYK00.220.420.6
HSL29.3º26.71%31.57%-
HSV(B)29.3º42.16%40%-
XYZ9.148.885.37-
YUV84.18113.79140.71-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 42.32%
GREEN value IS 80 (31.64% from 255) = 33.20%
BLUE value IS 59 (23.44% from 255) = 24.48%
R=42.32%
G=33.20%
B=24.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.42
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102805900.220.420.629.326.7131.57
Hex66503B0162A3C1d1b20
Octal146120730265274353340
Binary110011010100001110110101101010101111001110111011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66503B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66503B; }

 p { color: rgb(102,80,59); }

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

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

 a { background-color: rgb(102,80,59); }

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

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

 span { border-color: rgb(102,80,59); }

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