#96674E

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

Shades of Dark Tan #96674E

Tints of Dark Tan #96674E

Color information

#96674E (or 0x96674E) is unknown color: approx Dark Tan. HEX triplet: 96, 67 and 4E. RGB value is (150,103,78). Sum of RGB (Red+Green+Blue) = 150+103+78=331 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.32% from 331); Green value is 103 (40.62% from 255 or 31.12% from 331); Blue value is 78 (30.86% from 255 or 23.56% from 331); Max value from RGB is 150 - color contains mainly: red. Hex color #96674E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96674E is #6998B1. Grayscale: #727272. Windows color (decimal): -6920370 or 5138326. OLE color: 5138326.

HSL color Cylindrical-coordinate representation of color #96674E: hue angle of 20.83º 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 #96674E is Cyan = 0, Magento = 0.31, Yellow = 0.48 and Black (K on CMYK) = 0.41.

Color convert

RGB15010378-
CMYK00.310.480.41
HSL20.83º31.58%44.71%-
HSV(B)20.83º48%58.82%-
XYZ18.816.739.45-
YUV114.2107.57153.53-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 45.32%
GREEN value IS 103 (40.62% from 255) = 31.12%
BLUE value IS 78 (30.86% from 255) = 23.56%
R=45.32%
G=31.12%
B=23.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.48
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501037800.310.480.4120.8331.5844.71
Hex96674E01F302915202d
Octal2261471160376051254055
Binary100101101100111100111001111111000010100110101100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96674E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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