#9F8627

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

Shades of Hacienda #9F8627

Tints of Hacienda #9F8627

Color information

#9F8627 (or 0x9F8627) is unknown color: approx Hacienda. HEX triplet: 9F, 86 and 27. RGB value is (159,134,39). Sum of RGB (Red+Green+Blue) = 159+134+39=332 (43% of max value = 765). Red value is 159 (62.5% from 255 or 47.89% from 332); Green value is 134 (52.73% from 255 or 40.36% from 332); Blue value is 39 (15.62% from 255 or 11.75% from 332); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8627 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9F8627 is #6079D8. Grayscale: #838383. Windows color (decimal): -6322649 or 2590367. OLE color: 2590367.

HSL color Cylindrical-coordinate representation of color #9F8627: hue angle of 47.5º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9F8627 is Cyan = 0, Magento = 0.16, Yellow = 0.75 and Black (K on CMYK) = 0.38.

Color convert

RGB15913439-
CMYK00.160.750.38
HSL47.5º60.61%38.82%-
HSV(B)47.5º75.47%62.35%-
XYZ23.1924.575.44-
YUV130.6576.28148.22-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 47.89%
GREEN value IS 134 (52.73% from 255) = 40.36%
BLUE value IS 39 (15.62% from 255) = 11.75%
R=47.89%
G=40.36%
B=11.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.75
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591343900.160.750.3847.560.6138.82
Hex9F86270104B26303d27
Octal2372064702011346607547
Binary10011111100001101001110100001001011100110110000111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F8627

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,134,39); }

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

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

 a { background-color: rgb(159,134,39); }

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

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

 span { border-color: rgb(159,134,39); }

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