#96810A

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

Shades of Hacienda #96810A

Tints of Hacienda #96810A

Color information

#96810A (or 0x96810A) is unknown color: approx Hacienda. HEX triplet: 96, 81 and 0A. RGB value is (150,129,10). Sum of RGB (Red+Green+Blue) = 150+129+10=289 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.90% from 289); Green value is 129 (50.78% from 255 or 44.64% from 289); Blue value is 10 (4.30% from 255 or 3.46% from 289); Max value from RGB is 150 - color contains mainly: red. Hex color #96810A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #96810A is #697EF5. Grayscale: #7A7A7A. Windows color (decimal): -6913782 or 688534. OLE color: 688534.

HSL color Cylindrical-coordinate representation of color #96810A: hue angle of 51º degrees, saturation: 0.88, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #96810A is Cyan = 0, Magento = 0.14, Yellow = 0.93 and Black (K on CMYK) = 0.41.

Color convert

RGB15012910-
CMYK00.140.930.41
HSL51º87.5%31.37%-
HSV(B)51º93.33%58.82%-
XYZ20.4822.213.49-
YUV121.7164.96148.18-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 51.90%
GREEN value IS 129 (50.78% from 255) = 44.64%
BLUE value IS 10 (4.30% from 255) = 3.46%
R=51.90%
G=44.64%
B=3.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.93
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501291000.140.930.415187.531.37
Hex9681A0E5D2933581f
Octal22620112016135516313037
Binary10010110100000011010011101011101101001110011101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96810A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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