#66523F

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

Shades of Tobacco Brown #66523F

Tints of Tobacco Brown #66523F

Color information

#66523F (or 0x66523F) is unknown color: approx Tobacco Brown. HEX triplet: 66, 52 and 3F. RGB value is (102,82,63). Sum of RGB (Red+Green+Blue) = 102+82+63=247 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.30% from 247); Green value is 82 (32.42% from 255 or 33.20% from 247); Blue value is 63 (25% from 255 or 25.51% from 247); Max value from RGB is 102 - color contains mainly: red. Hex color #66523F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66523F is #99ADC0. Grayscale: #555555. Windows color (decimal): -10071489 or 4149862. OLE color: 4149862.

HSL color Cylindrical-coordinate representation of color #66523F: hue angle of 29.23º 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 #66523F is Cyan = 0, Magento = 0.20, Yellow = 0.38 and Black (K on CMYK) = 0.6.

Color convert

RGB1028263-
CMYK00.200.380.6
HSL29.23º23.64%32.35%-
HSV(B)29.23º38.24%40%-
XYZ9.399.225.99-
YUV85.81115.13139.54-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 41.30%
GREEN value IS 82 (32.42% from 255) = 33.20%
BLUE value IS 63 (25% from 255) = 25.51%
R=41.30%
G=33.20%
B=25.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.38
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102826300.200.380.629.2323.6432.35
Hex66523F014263C1d1820
Octal146122770244674353040
Binary110011010100101111110101001001101111001110111000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66523F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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