#966B4B

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

Shades of Dark Tan #966B4B

Tints of Dark Tan #966B4B

Color information

#966B4B (or 0x966B4B) is unknown color: approx Dark Tan. HEX triplet: 96, 6B and 4B. RGB value is (150,107,75). Sum of RGB (Red+Green+Blue) = 150+107+75=332 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.18% from 332); Green value is 107 (42.19% from 255 or 32.23% from 332); Blue value is 75 (29.69% from 255 or 22.59% from 332); Max value from RGB is 150 - color contains mainly: red. Hex color #966B4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966B4B is #6994B4. Grayscale: #747474. Windows color (decimal): -6919349 or 4942742. OLE color: 4942742.

HSL color Cylindrical-coordinate representation of color #966B4B: hue angle of 25.6º 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 #966B4B is Cyan = 0, Magento = 0.29, Yellow = 0.5 and Black (K on CMYK) = 0.41.

Color convert

RGB15010775-
CMYK00.290.50.41
HSL25.6º33.33%44.12%-
HSV(B)25.6º50%58.82%-
XYZ19.1117.519.03-
YUV116.21104.75152.1-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 45.18%
GREEN value IS 107 (42.19% from 255) = 32.23%
BLUE value IS 75 (29.69% from 255) = 22.59%
R=45.18%
G=32.23%
B=22.59%

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
Decimal1501077500.290.50.4125.633.3344.12
Hex966B4B01D32291a212c
Octal2261531130356251324154
Binary100101101101011100101101110111001010100111010100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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