#66523D

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

Shades of Tobacco Brown #66523D

Tints of Tobacco Brown #66523D

Color information

#66523D (or 0x66523D) is unknown color: approx Tobacco Brown. HEX triplet: 66, 52 and 3D. RGB value is (102,82,61). Sum of RGB (Red+Green+Blue) = 102+82+61=245 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.63% from 245); Green value is 82 (32.42% from 255 or 33.47% from 245); Blue value is 61 (24.22% from 255 or 24.90% from 245); Max value from RGB is 102 - color contains mainly: red. Hex color #66523D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66523D is #99ADC2. Grayscale: #555555. Windows color (decimal): -10071491 or 4018790. OLE color: 4018790.

HSL color Cylindrical-coordinate representation of color #66523D: hue angle of 30.73º degrees, saturation: 0.25, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #66523D is Cyan = 0, Magento = 0.20, Yellow = 0.40 and Black (K on CMYK) = 0.6.

Color convert

RGB1028261-
CMYK00.200.400.6
HSL30.73º25.15%31.96%-
HSV(B)30.73º40.2%40%-
XYZ9.349.25.7-
YUV85.59114.13139.71-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 41.63%
GREEN value IS 82 (32.42% from 255) = 33.47%
BLUE value IS 61 (24.22% from 255) = 24.90%
R=41.63%
G=33.47%
B=24.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.40
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102826100.200.400.630.7325.1531.96
Hex66523D014283C1f1920
Octal146122750245074373140
Binary110011010100101111010101001010001111001111111001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66523D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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