#966952

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

Shades of Dark Tan #966952

Tints of Dark Tan #966952

Color information

#966952 (or 0x966952) is unknown color: approx Dark Tan. HEX triplet: 96, 69 and 52. RGB value is (150,105,82). Sum of RGB (Red+Green+Blue) = 150+105+82=337 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.51% from 337); Green value is 105 (41.41% from 255 or 31.16% from 337); Blue value is 82 (32.42% from 255 or 24.33% from 337); Max value from RGB is 150 - color contains mainly: red. Hex color #966952 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966952 is #6996AD. Grayscale: #737373. Windows color (decimal): -6919854 or 5400982. OLE color: 5400982.

HSL color Cylindrical-coordinate representation of color #966952: hue angle of 20.29º 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 #966952 is Cyan = 0, Magento = 0.30, Yellow = 0.45 and Black (K on CMYK) = 0.41.

Color convert

RGB15010582-
CMYK00.300.450.41
HSL20.29º29.31%45.49%-
HSV(B)20.29º45.33%58.82%-
XYZ19.1517.210.29-
YUV115.83108.91152.37-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 44.51%
GREEN value IS 105 (41.41% from 255) = 31.16%
BLUE value IS 82 (32.42% from 255) = 24.33%
R=44.51%
G=31.16%
B=24.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.45
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501058200.300.450.4120.2929.3145.49
Hex96695201E2D29141d2d
Octal2261511220365551243555
Binary10010110110100110100100111101011011010011010011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966952; }

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

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

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

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

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

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

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

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