#9F870E

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

Shades of Hacienda #9F870E

Tints of Hacienda #9F870E

Color information

#9F870E (or 0x9F870E) is unknown color: approx Hacienda. HEX triplet: 9F, 87 and 0E. RGB value is (159,135,14). Sum of RGB (Red+Green+Blue) = 159+135+14=308 (40% of max value = 765). Red value is 159 (62.5% from 255 or 51.62% from 308); Green value is 135 (53.12% from 255 or 43.83% from 308); Blue value is 14 (5.86% from 255 or 4.55% from 308); Max value from RGB is 159 - color contains mainly: red. Hex color #9F870E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9F870E is #6078F1. Grayscale: #808080. Windows color (decimal): -6322418 or 952223. OLE color: 952223.

HSL color Cylindrical-coordinate representation of color #9F870E: hue angle of 50.07º 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 #9F870E is Cyan = 0, Magento = 0.15, Yellow = 0.91 and Black (K on CMYK) = 0.38.

Color convert

RGB15913514-
CMYK00.150.910.38
HSL50.07º83.82%33.92%-
HSV(B)50.07º91.19%62.35%-
XYZ23.0424.733.97-
YUV128.3863.45149.84-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 51.62%
GREEN value IS 135 (53.12% from 255) = 43.83%
BLUE value IS 14 (5.86% from 255) = 4.55%
R=51.62%
G=43.83%
B=4.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.91
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591351400.150.910.3850.0783.8233.92
Hex9F87E0F5B26325422
Octal23720716017133466212442
Binary100111111000011111100111110110111001101100101010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F870E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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