#9F810E

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

Shades of Hacienda #9F810E

Tints of Hacienda #9F810E

Color information

#9F810E (or 0x9F810E) is unknown color: approx Hacienda. HEX triplet: 9F, 81 and 0E. RGB value is (159,129,14). Sum of RGB (Red+Green+Blue) = 159+129+14=302 (40% of max value = 765). Red value is 159 (62.5% from 255 or 52.65% from 302); Green value is 129 (50.78% from 255 or 42.72% from 302); Blue value is 14 (5.86% from 255 or 4.64% from 302); Max value from RGB is 159 - color contains mainly: red. Hex color #9F810E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9F810E is #607EF1. Grayscale: #7D7D7D. Windows color (decimal): -6323954 or 950687. OLE color: 950687.

HSL color Cylindrical-coordinate representation of color #9F810E: hue angle of 47.59º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9F810E is Cyan = 0, Magento = 0.19, Yellow = 0.91 and Black (K on CMYK) = 0.38.

Color convert

RGB15912914-
CMYK00.190.910.38
HSL47.59º83.82%33.92%-
HSV(B)47.59º91.19%62.35%-
XYZ22.2323.13.7-
YUV124.8665.44152.35-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 52.65%
GREEN value IS 129 (50.78% from 255) = 42.72%
BLUE value IS 14 (5.86% from 255) = 4.64%
R=52.65%
G=42.72%
B=4.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.91
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591291400.190.910.3847.5983.8233.92
Hex9F81E0135B26305422
Octal23720116023133466012442
Binary1001111110000001111001001110110111001101100001010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F810E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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