#966A4B

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

Shades of Dark Tan #966A4B

Tints of Dark Tan #966A4B

Color information

#966A4B (or 0x966A4B) is unknown color: approx Dark Tan. HEX triplet: 96, 6A and 4B. RGB value is (150,106,75). Sum of RGB (Red+Green+Blue) = 150+106+75=331 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.32% from 331); Green value is 106 (41.80% from 255 or 32.02% from 331); Blue value is 75 (29.69% from 255 or 22.66% from 331); Max value from RGB is 150 - color contains mainly: red. Hex color #966A4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966A4B is #6995B4. Grayscale: #737373. Windows color (decimal): -6919605 or 4942486. OLE color: 4942486.

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

Color convert

RGB15010675-
CMYK00.290.50.41
HSL24.8º33.33%44.12%-
HSV(B)24.8º50%58.82%-
XYZ1917.38.99-
YUV115.62105.08152.52-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 45.32%
GREEN value IS 106 (41.80% from 255) = 32.02%
BLUE value IS 75 (29.69% from 255) = 22.66%
R=45.32%
G=32.02%
B=22.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.5
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501067500.290.50.4124.833.3344.12
Hex966A4B01D322919212c
Octal2261521130356251314154
Binary100101101101010100101101110111001010100111001100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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