#9F890B

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

Shades of Hacienda #9F890B

Tints of Hacienda #9F890B

Color information

#9F890B (or 0x9F890B) is unknown color: approx Hacienda. HEX triplet: 9F, 89 and 0B. RGB value is (159,137,11). Sum of RGB (Red+Green+Blue) = 159+137+11=307 (40% of max value = 765). Red value is 159 (62.5% from 255 or 51.79% from 307); Green value is 137 (53.91% from 255 or 44.63% from 307); Blue value is 11 (4.69% from 255 or 3.58% from 307); Max value from RGB is 159 - color contains mainly: red. Hex color #9F890B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9F890B is #6076F4. Grayscale: #818181. Windows color (decimal): -6321909 or 756127. OLE color: 756127.

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

Color convert

RGB15913711-
CMYK00.140.930.38
HSL51.08º87.06%33.33%-
HSV(B)51.08º93.08%62.35%-
XYZ23.325.293.97-
YUV129.2161.29149.25-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 51.79%
GREEN value IS 137 (53.91% from 255) = 44.63%
BLUE value IS 11 (4.69% from 255) = 3.58%
R=51.79%
G=44.63%
B=3.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.93
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591371100.140.930.3851.0887.0633.33
Hex9F89B0E5D26335721
Octal23721113016135466312741
Binary100111111000100110110111010111011001101100111010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F890B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,137,11); }

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

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

 a { background-color: rgb(159,137,11); }

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

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

 span { border-color: rgb(159,137,11); }

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