#9C890B

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

Shades of Hacienda #9C890B

Tints of Hacienda #9C890B

Color information

#9C890B (or 0x9C890B) is unknown color: approx Hacienda. HEX triplet: 9C, 89 and 0B. RGB value is (156,137,11). Sum of RGB (Red+Green+Blue) = 156+137+11=304 (40% of max value = 765). Red value is 156 (61.33% from 255 or 51.32% from 304); Green value is 137 (53.91% from 255 or 45.07% from 304); Blue value is 11 (4.69% from 255 or 3.62% from 304); Max value from RGB is 156 - color contains mainly: red. Hex color #9C890B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9C890B is #6376F4. Grayscale: #808080. Windows color (decimal): -6518517 or 756124. OLE color: 756124.

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

Color convert

RGB15613711-
CMYK00.120.930.39
HSL52.14º86.83%32.75%-
HSV(B)52.14º92.95%61.18%-
XYZ22.7224.983.94-
YUV128.3261.79147.75-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 51.32%
GREEN value IS 137 (53.91% from 255) = 45.07%
BLUE value IS 11 (4.69% from 255) = 3.62%
R=51.32%
G=45.07%
B=3.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.93
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561371100.120.930.3952.1486.8332.75
Hex9C89B0C5D27345721
Octal23421113014135476412741
Binary100111001000100110110110010111011001111101001010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C890B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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