#987616

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

Shades of Hacienda #987616

Tints of Hacienda #987616

Color information

#987616 (or 0x987616) is unknown color: approx Hacienda. HEX triplet: 98, 76 and 16. RGB value is (152,118,22). Sum of RGB (Red+Green+Blue) = 152+118+22=292 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.05% from 292); Green value is 118 (46.48% from 255 or 40.41% from 292); Blue value is 22 (8.98% from 255 or 7.53% from 292); Max value from RGB is 152 - color contains mainly: red. Hex color #987616 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #987616 is #6789E9. Grayscale: #757575. Windows color (decimal): -6785514 or 1472152. OLE color: 1472152.

HSL color Cylindrical-coordinate representation of color #987616: hue angle of 44.31º 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 #987616 is Cyan = 0, Magento = 0.22, Yellow = 0.86 and Black (K on CMYK) = 0.40.

Color convert

RGB15211822-
CMYK00.220.860.40
HSL44.31º74.71%34.12%-
HSV(B)44.31º85.53%59.61%-
XYZ19.5719.693.53-
YUV117.2274.26152.81-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 52.05%
GREEN value IS 118 (46.48% from 255) = 40.41%
BLUE value IS 22 (8.98% from 255) = 7.53%
R=52.05%
G=40.41%
B=7.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.86
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521182200.220.860.4044.3174.7134.12
Hex98761601656282c4b22
Octal23016626026126505411342
Binary1001100011101101011001011010101101010001011001001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #987616; }

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

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

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

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

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

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

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

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