Html Css Color HEX #988111 Hacienda

📋 copy color: '#988111'

red 152 ◦ green 129 ◦ blue 17

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

Shades of Hacienda #988111

Tints of Hacienda #988111

RGB

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

 GREEN value IS 129 (50.78% from 255) = 43.29%

 BLUE value IS 17 (7.03% from 255) = 5.7%

R = 51.01%
G = 43.29%
B = 5.7%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.89

 K value IS 0.40

RGB Variations

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

Color information

#988111 (or 0x988111) is known color: Hacienda. HEX triplet: 98, 81 and 11. RGB value is (152,129,17). Sum of RGB (Red+Green+Blue) = 152+129+17=298 (39% of max value = 765). Red value is 152 (59.77% from 255 or 51.01% from 298); Green value is 129 (50.78% from 255 or 43.29% from 298); Blue value is 17 (7.03% from 255 or 5.70% from 298); Max value from RGB is 152 - color contains mainly: red. Hex color #988111 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #988111 is #677EEE. Grayscale: #7B7B7B. Windows color (decimal): -6782703 or 1147288. OLE color: 1147288.

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

Color convert

RGB 152 129 17 -
CMYK 0 0.15 0.89 0.40
HSL 49.78º 0.8% 0.33% -
HSV(B) 49.78º 0.89% 0.6% -
XYZ 20.9 22.42 3.76 -
YUV 123.11 68.12 148.61 -
System Red Green Blue C M Y K H S L
Decimal 152 129 17 0 0.15 0.89 0.40 49.78 0.8 0.33
Hex 98 81 11 0 F 59 28 32 50 21
Octal 230 201 21 0 17 131 50 62 120 41
Binary 10011000 10000001 10001 0 1111 1011001 101000 110010 1010000 100001

Color Harmonies of #988111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988111

Black with #988111

Text Example


Text Example

White with #988111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988111; }

 p { color: rgb(152,129,17); }

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

background-color css

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

 a { background-color: rgb(152,129,17); }

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

border-color css

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

 span { border-color: rgb(152,129,17); }

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