#987916

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

Shades of Hacienda #987916

Tints of Hacienda #987916

Color information

#987916 (or 0x987916) is unknown color: approx Hacienda. HEX triplet: 98, 79 and 16. RGB value is (152,121,22). Sum of RGB (Red+Green+Blue) = 152+121+22=295 (39% of max value = 765). Red value is 152 (59.77% from 255 or 51.53% from 295); Green value is 121 (47.66% from 255 or 41.02% from 295); Blue value is 22 (8.98% from 255 or 7.46% from 295); Max value from RGB is 152 - color contains mainly: red. Hex color #987916 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #987916 is #6786E9. Grayscale: #777777. Windows color (decimal): -6784746 or 1472920. OLE color: 1472920.

HSL color Cylindrical-coordinate representation of color #987916: hue angle of 45.69º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #987916 is Cyan = 0, Magento = 0.20, Yellow = 0.86 and Black (K on CMYK) = 0.40.

Color convert

RGB15212122-
CMYK00.200.860.40
HSL45.69º74.71%34.12%-
HSV(B)45.69º85.53%59.61%-
XYZ19.9320.413.65-
YUV118.9873.27151.55-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 51.53%
GREEN value IS 121 (47.66% from 255) = 41.02%
BLUE value IS 22 (8.98% from 255) = 7.46%
R=51.53%
G=41.02%
B=7.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.86
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521212200.200.860.4045.6974.7134.12
Hex98791601456282e4b22
Octal23017126024126505611342
Binary1001100011110011011001010010101101010001011101001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #987916; }

 p { color: rgb(152,121,22); }

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

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

 a { background-color: rgb(152,121,22); }

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

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

 span { border-color: rgb(152,121,22); }

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