#96694B

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

Shades of Dark Tan #96694B

Tints of Dark Tan #96694B

Color information

#96694B (or 0x96694B) is unknown color: approx Dark Tan. HEX triplet: 96, 69 and 4B. RGB value is (150,105,75). Sum of RGB (Red+Green+Blue) = 150+105+75=330 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.45% from 330); Green value is 105 (41.41% from 255 or 31.82% from 330); Blue value is 75 (29.69% from 255 or 22.73% from 330); Max value from RGB is 150 - color contains mainly: red. Hex color #96694B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96694B is #6996B4. Grayscale: #737373. Windows color (decimal): -6919861 or 4942230. OLE color: 4942230.

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

Color convert

RGB15010575-
CMYK00.300.50.41
HSL24º33.33%44.12%-
HSV(B)24º50%58.82%-
XYZ18.917.18.96-
YUV115.04105.41152.94-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 45.45%
GREEN value IS 105 (41.41% from 255) = 31.82%
BLUE value IS 75 (29.69% from 255) = 22.73%
R=45.45%
G=31.82%
B=22.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.5
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501057500.300.50.412433.3344.12
Hex96694B01E322918212c
Octal2261511130366251304154
Binary100101101101001100101101111011001010100111000100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96694B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96694B; }

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

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

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

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

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

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

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

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