#96694E

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

Shades of Dark Tan #96694E

Tints of Dark Tan #96694E

Color information

#96694E (or 0x96694E) is unknown color: approx Dark Tan. HEX triplet: 96, 69 and 4E. RGB value is (150,105,78). Sum of RGB (Red+Green+Blue) = 150+105+78=333 (44% of max value = 765). Red value is 150 (58.98% from 255 or 45.05% from 333); Green value is 105 (41.41% from 255 or 31.53% from 333); Blue value is 78 (30.86% from 255 or 23.42% from 333); Max value from RGB is 150 - color contains mainly: red. Hex color #96694E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96694E is #6996B1. Grayscale: #737373. Windows color (decimal): -6919858 or 5138838. OLE color: 5138838.

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

Color convert

RGB15010578-
CMYK00.300.480.41
HSL22.5º31.58%44.71%-
HSV(B)22.5º48%58.82%-
XYZ1917.149.51-
YUV115.38106.91152.7-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 45.05%
GREEN value IS 105 (41.41% from 255) = 31.53%
BLUE value IS 78 (30.86% from 255) = 23.42%
R=45.05%
G=31.53%
B=23.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.48
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501057800.300.480.4122.531.5844.71
Hex96694E01E302916202d
Octal2261511160366051264055
Binary100101101101001100111001111011000010100110110100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96694E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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