Html Css Color HEX #988815 Hacienda

📋 copy color: '#988815'

red 152 ◦ green 136 ◦ blue 21

#988815
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hacienda #988815

Tints of Hacienda #988815

RGB

 RED value IS 152 (59.77% from 255) = 49.19%

 GREEN value IS 136 (53.52% from 255) = 44.01%

 BLUE value IS 21 (8.59% from 255) = 6.8%

R = 49.19%
G = 44.01%
B = 6.8%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.86

 K value IS 0.40

RGB Variations

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

Color information

#988815 (or 0x988815) is known color: Hacienda. HEX triplet: 98, 88 and 15. RGB value is (152,136,21). Sum of RGB (Red+Green+Blue) = 152+136+21=309 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.19% from 309); Green value is 136 (53.52% from 255 or 44.01% from 309); Blue value is 21 (8.59% from 255 or 6.80% from 309); Max value from RGB is 152 - color contains mainly: red. Hex color #988815 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #988815 is #6777EA. Grayscale: #808080. Windows color (decimal): -6780907 or 1411224. OLE color: 1411224.

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

Color convert

RGB 152 136 21 -
CMYK 0 0.11 0.86 0.40
HSL 52.67º 0.76% 0.34% -
HSV(B) 52.67º 0.86% 0.6% -
XYZ 21.89 24.34 4.25 -
YUV 127.67 67.8 145.35 -
System Red Green Blue C M Y K H S L
Decimal 152 136 21 0 0.11 0.86 0.40 52.67 0.76 0.34
Hex 98 88 15 0 B 56 28 35 4C 22
Octal 230 210 25 0 13 126 50 65 114 42
Binary 10011000 10001000 10101 0 1011 1010110 101000 110101 1001100 100010

Color Harmonies of #988815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988815

Black with #988815

Text Example


Text Example

White with #988815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988815; }

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

 H1.HeaderClassName
 {
   color: #988815;
 }
 .AnyTagClassName
 {
   color: #988815;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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