#988616

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

Shades of Hacienda #988616

Tints of Hacienda #988616

Color information

#988616 (or 0x988616) is unknown color: approx Hacienda. HEX triplet: 98, 86 and 16. RGB value is (152,134,22). Sum of RGB (Red+Green+Blue) = 152+134+22=308 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.35% from 308); Green value is 134 (52.73% from 255 or 43.51% from 308); Blue value is 22 (8.98% from 255 or 7.14% from 308); Max value from RGB is 152 - color contains mainly: red. Hex color #988616 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #988616 is #6779E9. Grayscale: #7F7F7F. Windows color (decimal): -6781418 or 1476248. OLE color: 1476248.

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

Color convert

RGB15213422-
CMYK00.120.860.40
HSL51.69º74.71%34.12%-
HSV(B)51.69º85.53%59.61%-
XYZ21.6223.784.21-
YUV126.6168.96146.11-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 49.35%
GREEN value IS 134 (52.73% from 255) = 43.51%
BLUE value IS 22 (8.98% from 255) = 7.14%
R=49.35%
G=43.51%
B=7.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.86
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521342200.120.860.4051.6974.7134.12
Hex9886160C5628344b22
Octal23020626014126506411342
Binary1001100010000110101100110010101101010001101001001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988616; }

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

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

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

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

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

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

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

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