#96694D

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

Shades of Dark Tan #96694D

Tints of Dark Tan #96694D

Color information

#96694D (or 0x96694D) is unknown color: approx Dark Tan. HEX triplet: 96, 69 and 4D. RGB value is (150,105,77). Sum of RGB (Red+Green+Blue) = 150+105+77=332 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.18% from 332); Green value is 105 (41.41% from 255 or 31.63% from 332); Blue value is 77 (30.47% from 255 or 23.19% from 332); Max value from RGB is 150 - color contains mainly: red. Hex color #96694D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96694D is #6996B2. Grayscale: #737373. Windows color (decimal): -6919859 or 5073302. OLE color: 5073302.

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

Color convert

RGB15010577-
CMYK00.300.490.41
HSL23.01º32.16%44.51%-
HSV(B)23.01º48.67%58.82%-
XYZ18.9717.129.33-
YUV115.26106.41152.78-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 45.18%
GREEN value IS 105 (41.41% from 255) = 31.63%
BLUE value IS 77 (30.47% from 255) = 23.19%
R=45.18%
G=31.63%
B=23.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.49
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501057700.300.490.4123.0132.1644.51
Hex96694D01E312917202d
Octal2261511150366151274055
Binary100101101101001100110101111011000110100110111100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96694D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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