#988715

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

Shades of Hacienda #988715

Tints of Hacienda #988715

Color information

#988715 (or 0x988715) is unknown color: approx Hacienda. HEX triplet: 98, 87 and 15. RGB value is (152,135,21). Sum of RGB (Red+Green+Blue) = 152+135+21=308 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.35% from 308); Green value is 135 (53.12% from 255 or 43.83% from 308); Blue value is 21 (8.59% from 255 or 6.82% from 308); Max value from RGB is 152 - color contains mainly: red. Hex color #988715 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #988715 is #6778EA. Grayscale: #7F7F7F. Windows color (decimal): -6781163 or 1410968. OLE color: 1410968.

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

Color convert

RGB15213521-
CMYK00.110.860.40
HSL52.21º75.72%33.92%-
HSV(B)52.21º86.18%59.61%-
XYZ21.7524.064.21-
YUV127.0968.13145.77-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 49.35%
GREEN value IS 135 (53.12% from 255) = 43.83%
BLUE value IS 21 (8.59% from 255) = 6.82%
R=49.35%
G=43.83%
B=6.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.86
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521352100.110.860.4052.2175.7233.92
Hex9887150B5628344c22
Octal23020725013126506411442
Binary1001100010000111101010101110101101010001101001001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988715

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988715; }

 p { color: rgb(152,135,21); }

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

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

 a { background-color: rgb(152,135,21); }

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

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

 span { border-color: rgb(152,135,21); }

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