#9e8816

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

Shades of Hacienda #9E8816

Tints of Hacienda #9E8816

Color information

#9E8816 (or 0x9E8816) is unknown color: approx Hacienda. HEX triplet: 9E, 88 and 16. RGB value is (158,136,22). Sum of RGB (Red+Green+Blue) = 158+136+22=316 (41% of max value = 765). Red value is 158 (62.11% from 255 or 50% from 316); Green value is 136 (53.52% from 255 or 43.04% from 316); Blue value is 22 (8.98% from 255 or 6.96% from 316); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8816 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9E8816 is #6177E9. Grayscale: #828282. Windows color (decimal): -6387690 or 1476766. OLE color: 1476766.

HSL color Cylindrical-coordinate representation of color #9E8816: hue angle of 50.29º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9E8816 is Cyan = 0, Magento = 0.14, Yellow = 0.86 and Black (K on CMYK) = 0.38.

Color convert

RGB15813622-
CMYK00.140.860.38
HSL50.29º75.56%35.29%-
HSV(B)50.29º86.08%61.96%-
XYZ23.0524.944.36-
YUV129.5867.29148.27-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 50%
GREEN value IS 136 (53.52% from 255) = 43.04%
BLUE value IS 22 (8.98% from 255) = 6.96%
R=50%
G=43.04%
B=6.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.86
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581362200.140.860.3850.2975.5635.29
Hex9E88160E5626324c23
Octal23621026016126466211443
Binary1001111010001000101100111010101101001101100101001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9e8816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9e8816; }

 p { color: rgb(158,136,22); }

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

<style>
 a { background-color: #9e8816; }

 a { background-color: rgb(158,136,22); }

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

<style>
 span { border-color: #9e8816; }

 span { border-color: rgb(158,136,22); }

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