#966452

Color #966452 Dark Tan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Tan #966452

Tints of Dark Tan #966452

Color information

#966452 (or 0x966452) is unknown color: approx Dark Tan. HEX triplet: 96, 64 and 52. RGB value is (150,100,82). Sum of RGB (Red+Green+Blue) = 150+100+82=332 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.18% from 332); Green value is 100 (39.45% from 255 or 30.12% from 332); Blue value is 82 (32.42% from 255 or 24.70% from 332); Max value from RGB is 150 - color contains mainly: red. Hex color #966452 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966452 is #699BAD. Grayscale: #717171. Windows color (decimal): -6921134 or 5399702. OLE color: 5399702.

HSL color Cylindrical-coordinate representation of color #966452: hue angle of 15.88º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #966452 is Cyan = 0, Magento = 0.33, Yellow = 0.45 and Black (K on CMYK) = 0.41.

Color convert

RGB15010082-
CMYK00.330.450.41
HSL15.88º29.31%45.49%-
HSV(B)15.88º45.33%58.82%-
XYZ18.6616.2110.13-
YUV112.9110.56154.46-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 45.18%
GREEN value IS 100 (39.45% from 255) = 30.12%
BLUE value IS 82 (32.42% from 255) = 24.70%
R=45.18%
G=30.12%
B=24.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.45
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501008200.330.450.4115.8829.3145.49
Hex9664520212D29101d2d
Octal2261441220415551203555
Binary100101101100100101001001000011011011010011000011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966452; }

 p { color: rgb(150,100,82); }

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

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

 a { background-color: rgb(150,100,82); }

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

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

 span { border-color: rgb(150,100,82); }

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