#966951

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

Shades of Dark Tan #966951

Tints of Dark Tan #966951

Color information

#966951 (or 0x966951) is unknown color: approx Dark Tan. HEX triplet: 96, 69 and 51. RGB value is (150,105,81). Sum of RGB (Red+Green+Blue) = 150+105+81=336 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.64% from 336); Green value is 105 (41.41% from 255 or 31.25% from 336); Blue value is 81 (32.03% from 255 or 24.11% from 336); Max value from RGB is 150 - color contains mainly: red. Hex color #966951 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966951 is #6996AE. Grayscale: #737373. Windows color (decimal): -6919855 or 5335446. OLE color: 5335446.

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

Color convert

RGB15010581-
CMYK00.300.460.41
HSL20.87º29.87%45.29%-
HSV(B)20.87º46%58.82%-
XYZ19.1117.1810.09-
YUV115.72108.41152.45-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 44.64%
GREEN value IS 105 (41.41% from 255) = 31.25%
BLUE value IS 81 (32.03% from 255) = 24.11%
R=44.64%
G=31.25%
B=24.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.46
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501058100.300.460.4120.8729.8745.29
Hex96695101E2E29151e2d
Octal2261511210365651253655
Binary10010110110100110100010111101011101010011010111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966951; }

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

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

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

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

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

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

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

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