#66523E

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

Shades of Tobacco Brown #66523E

Tints of Tobacco Brown #66523E

Color information

#66523E (or 0x66523E) is unknown color: approx Tobacco Brown. HEX triplet: 66, 52 and 3E. RGB value is (102,82,62). Sum of RGB (Red+Green+Blue) = 102+82+62=246 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.46% from 246); Green value is 82 (32.42% from 255 or 33.33% from 246); Blue value is 62 (24.61% from 255 or 25.20% from 246); Max value from RGB is 102 - color contains mainly: red. Hex color #66523E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66523E is #99ADC1. Grayscale: #555555. Windows color (decimal): -10071490 or 4084326. OLE color: 4084326.

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

Color convert

RGB1028262-
CMYK00.200.390.6
HSL30º24.39%32.16%-
HSV(B)30º39.22%40%-
XYZ9.379.215.84-
YUV85.7114.63139.63-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 41.46%
GREEN value IS 82 (32.42% from 255) = 33.33%
BLUE value IS 62 (24.61% from 255) = 25.20%
R=41.46%
G=33.33%
B=25.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.39
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102826200.200.390.63024.3932.16
Hex66523E014273C1e1820
Octal146122760244774363040
Binary110011010100101111100101001001111111001111011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66523E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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