Html Css Color HEX #988710 Hacienda

📋 copy color: '#988710'

red 152 ◦ green 135 ◦ blue 16

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

Shades of Hacienda #988710

Tints of Hacienda #988710

RGB

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

 GREEN value IS 135 (53.13% from 255) = 44.55%

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

R = 50.17%
G = 44.55%
B = 5.28%

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

#988710 (or 0x988710) is known color: Hacienda. HEX triplet: 98, 87 and 10. RGB value is (152,135,16). Sum of RGB (Red+Green+Blue) = 152+135+16=303 (40% of max value = 765). Red value is 152 (59.77% from 255 or 50.17% from 303); Green value is 135 (53.12% from 255 or 44.55% from 303); Blue value is 16 (6.64% from 255 or 5.28% from 303); Max value from RGB is 152 - color contains mainly: red. Hex color #988710 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #988710 is #6778EF. Grayscale: #7F7F7F. Windows color (decimal): -6781168 or 1083288. OLE color: 1083288.

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

Color convert

RGB 152 135 16 -
CMYK 0 0.11 0.89 0.40
HSL 52.5º 0.81% 0.33% -
HSV(B) 52.5º 0.89% 0.6% -
XYZ 21.71 24.04 3.99 -
YUV 126.52 65.63 146.18 -
System Red Green Blue C M Y K H S L
Decimal 152 135 16 0 0.11 0.89 0.40 52.5 0.81 0.33
Hex 98 87 10 0 B 59 28 34 51 21
Octal 230 207 20 0 13 131 50 64 121 41
Binary 10011000 10000111 10000 0 1011 1011001 101000 110100 1010001 100001

Color Harmonies of #988710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988710

Black with #988710

Text Example


Text Example

White with #988710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988710; }

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

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

background-color css

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

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

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

border-color css

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

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

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