#9f8108

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

Shades of Hacienda #9F8108

Tints of Hacienda #9F8108

Color information

#9F8108 (or 0x9F8108) is unknown color: approx Hacienda. HEX triplet: 9F, 81 and 08. RGB value is (159,129,8). Sum of RGB (Red+Green+Blue) = 159+129+8=296 (39% of max value = 765). Red value is 159 (62.5% from 255 or 53.72% from 296); Green value is 129 (50.78% from 255 or 43.58% from 296); Blue value is 8 (3.52% from 255 or 2.70% from 296); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8108 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9F8108 is #607EF7. Grayscale: #7C7C7C. Windows color (decimal): -6323960 or 557471. OLE color: 557471.

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

Color convert

RGB1591298-
CMYK00.190.950.38
HSL48.08º90.42%32.75%-
HSV(B)48.08º94.97%62.35%-
XYZ22.1923.093.52-
YUV124.1862.44152.84-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 53.72%
GREEN value IS 129 (50.78% from 255) = 43.58%
BLUE value IS 8 (3.52% from 255) = 2.70%
R=53.72%
G=43.58%
B=2.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.95
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159129800.190.950.3848.0890.4232.75
Hex9F8180135F26305a21
Octal23720110023137466013241
Binary1001111110000001100001001110111111001101100001011010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9f8108

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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