#987E0C

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

Shades of Hacienda #987E0C

Tints of Hacienda #987E0C

Color information

#987E0C (or 0x987E0C) is unknown color: approx Hacienda. HEX triplet: 98, 7E and 0C. RGB value is (152,126,12). Sum of RGB (Red+Green+Blue) = 152+126+12=290 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.41% from 290); Green value is 126 (49.61% from 255 or 43.45% from 290); Blue value is 12 (5.08% from 255 or 4.14% from 290); Max value from RGB is 152 - color contains mainly: red. Hex color #987E0C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #987E0C is #6781F3. Grayscale: #797979. Windows color (decimal): -6783476 or 818840. OLE color: 818840.

HSL color Cylindrical-coordinate representation of color #987E0C: hue angle of 48.86º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #987E0C is Cyan = 0, Magento = 0.17, Yellow = 0.92 and Black (K on CMYK) = 0.40.

Color convert

RGB15212612-
CMYK00.170.920.40
HSL48.86º85.37%32.16%-
HSV(B)48.86º92.11%59.61%-
XYZ20.4821.623.44-
YUV120.7866.61150.27-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 52.41%
GREEN value IS 126 (49.61% from 255) = 43.45%
BLUE value IS 12 (5.08% from 255) = 4.14%
R=52.41%
G=43.45%
B=4.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.92
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521261200.170.920.4048.8685.3732.16
Hex987EC0115C28315520
Octal23017614021134506112540
Binary100110001111110110001000110111001010001100011010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987E0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #987E0C; }

 p { color: rgb(152,126,12); }

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

<style>
 a { background-color: #987E0C; }

 a { background-color: rgb(152,126,12); }

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

<style>
 span { border-color: #987E0C; }

 span { border-color: rgb(152,126,12); }

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