#987F0C

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

Shades of Hacienda #987F0C

Tints of Hacienda #987F0C

Color information

#987F0C (or 0x987F0C) is unknown color: approx Hacienda. HEX triplet: 98, 7F and 0C. RGB value is (152,127,12). Sum of RGB (Red+Green+Blue) = 152+127+12=291 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.23% from 291); Green value is 127 (50% from 255 or 43.64% from 291); Blue value is 12 (5.08% from 255 or 4.12% from 291); Max value from RGB is 152 - color contains mainly: red. Hex color #987F0C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #987F0C is #6780F3. Grayscale: #797979. Windows color (decimal): -6783220 or 819096. OLE color: 819096.

HSL color Cylindrical-coordinate representation of color #987F0C: hue angle of 49.29º 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 #987F0C is Cyan = 0, Magento = 0.16, Yellow = 0.92 and Black (K on CMYK) = 0.40.

Color convert

RGB15212712-
CMYK00.160.920.40
HSL49.29º85.37%32.16%-
HSV(B)49.29º92.11%59.61%-
XYZ20.621.883.49-
YUV121.3666.28149.85-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 52.23%
GREEN value IS 127 (50% from 255) = 43.64%
BLUE value IS 12 (5.08% from 255) = 4.12%
R=52.23%
G=43.64%
B=4.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.92
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521271200.160.920.4049.2985.3732.16
Hex987FC0105C28315520
Octal23017714020134506112540
Binary100110001111111110001000010111001010001100011010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987F0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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