#96890E

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

Shades of Hacienda #96890E

Tints of Hacienda #96890E

Color information

#96890E (or 0x96890E) is unknown color: approx Hacienda. HEX triplet: 96, 89 and 0E. RGB value is (150,137,14). Sum of RGB (Red+Green+Blue) = 150+137+14=301 (39% of max value = 765). Red value is 150 (58.98% from 255 or 49.83% from 301); Green value is 137 (53.91% from 255 or 45.51% from 301); Blue value is 14 (5.86% from 255 or 4.65% from 301); Max value from RGB is 150 - color contains mainly: red. Hex color #96890E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #96890E is #6976F1. Grayscale: #7F7F7F. Windows color (decimal): -6911730 or 952726. OLE color: 952726.

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

Color convert

RGB15013714-
CMYK00.090.910.41
HSL54.26º82.93%32.16%-
HSV(B)54.26º90.67%58.82%-
XYZ21.624.413.99-
YUV126.8664.31144.5-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 49.83%
GREEN value IS 137 (53.91% from 255) = 45.51%
BLUE value IS 14 (5.86% from 255) = 4.65%
R=49.83%
G=45.51%
B=4.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.91
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501371400.090.910.4154.2682.9332.16
Hex9689E095B29365320
Octal22621116011133516612340
Binary100101101000100111100100110110111010011101101010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96890E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,137,14); }

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

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

 a { background-color: rgb(150,137,14); }

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

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

 span { border-color: rgb(150,137,14); }

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