#966A4A

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

Shades of Dark Tan #966A4A

Tints of Dark Tan #966A4A

Color information

#966A4A (or 0x966A4A) is unknown color: approx Dark Tan. HEX triplet: 96, 6A and 4A. RGB value is (150,106,74). Sum of RGB (Red+Green+Blue) = 150+106+74=330 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.45% from 330); Green value is 106 (41.80% from 255 or 32.12% from 330); Blue value is 74 (29.30% from 255 or 22.42% from 330); Max value from RGB is 150 - color contains mainly: red. Hex color #966A4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966A4A is #6995B5. Grayscale: #737373. Windows color (decimal): -6919606 or 4876950. OLE color: 4876950.

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

Color convert

RGB15010674-
CMYK00.290.510.41
HSL25.26º33.93%43.92%-
HSV(B)25.26º50.67%58.82%-
XYZ18.9717.298.82-
YUV115.51104.58152.6-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 45.45%
GREEN value IS 106 (41.80% from 255) = 32.12%
BLUE value IS 74 (29.30% from 255) = 22.42%
R=45.45%
G=32.12%
B=22.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.51
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501067400.290.510.4125.2633.9343.92
Hex966A4A01D332919222c
Octal2261521120356351314254
Binary100101101101010100101001110111001110100111001100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966A4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966A4A; }

 p { color: rgb(150,106,74); }

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

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

 a { background-color: rgb(150,106,74); }

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

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

 span { border-color: rgb(150,106,74); }

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