Html Css Color HEX #988810 Hacienda

📋 copy color: '#988810'

red 152 ◦ green 136 ◦ blue 16

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

Shades of Hacienda #988810

Tints of Hacienda #988810

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.26%

R = 50%
G = 44.74%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.89

 K value IS 0.40

RGB Variations

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

Color information

#988810 (or 0x988810) is known color: Hacienda. HEX triplet: 98, 88 and 10. RGB value is (152,136,16). Sum of RGB (Red+Green+Blue) = 152+136+16=304 (40% of max value = 765). Red value is 152 (59.77% from 255 or 50% from 304); Green value is 136 (53.52% from 255 or 44.74% from 304); Blue value is 16 (6.64% from 255 or 5.26% from 304); Max value from RGB is 152 - color contains mainly: red. Hex color #988810 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #988810 is #6777EF. Grayscale: #7F7F7F. Windows color (decimal): -6780912 or 1083544. OLE color: 1083544.

HSL color Cylindrical-coordinate representation of color #988810: hue angle of 52.94º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #988810 is Cyan = 0, Magento = 0.11, Yellow = 0.89 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 136 16 -
CMYK 0 0.11 0.89 0.40
HSL 52.94º 0.81% 0.33% -
HSV(B) 52.94º 0.89% 0.6% -
XYZ 21.85 24.32 4.03 -
YUV 127.1 65.3 145.76 -
System Red Green Blue C M Y K H S L
Decimal 152 136 16 0 0.11 0.89 0.40 52.94 0.81 0.33
Hex 98 88 10 0 B 59 28 35 51 21
Octal 230 210 20 0 13 131 50 65 121 41
Binary 10011000 10001000 10000 0 1011 1011001 101000 110101 1010001 100001

Color Harmonies of #988810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988810

Black with #988810

Text Example


Text Example

White with #988810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988810; }

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

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

background-color css

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

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

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

border-color css

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

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

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