#96810e

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

Shades of Hacienda #96810E

Tints of Hacienda #96810E

Color information

#96810E (or 0x96810E) is unknown color: approx Hacienda. HEX triplet: 96, 81 and 0E. RGB value is (150,129,14). Sum of RGB (Red+Green+Blue) = 150+129+14=293 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.19% from 293); Green value is 129 (50.78% from 255 or 44.03% from 293); Blue value is 14 (5.86% from 255 or 4.78% from 293); Max value from RGB is 150 - color contains mainly: red. Hex color #96810E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #96810E is #697EF1. Grayscale: #7A7A7A. Windows color (decimal): -6913778 or 950678. OLE color: 950678.

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

Color convert

RGB15012914-
CMYK00.140.910.41
HSL50.74º82.93%32.16%-
HSV(B)50.74º90.67%58.82%-
XYZ20.5122.223.62-
YUV122.1766.96147.85-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 51.19%
GREEN value IS 129 (50.78% from 255) = 44.03%
BLUE value IS 14 (5.86% from 255) = 4.78%
R=51.19%
G=44.03%
B=4.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.91
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501291400.140.910.4150.7482.9332.16
Hex9681E0E5B29335320
Octal22620116016133516312340
Binary100101101000000111100111010110111010011100111010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96810e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96810e; }

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

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

<style>
 a { background-color: #96810e; }

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

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

<style>
 span { border-color: #96810e; }

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

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