Html Css Color HEX #998117 Hacienda

📋 copy color: '#998117'

red 153 ◦ green 129 ◦ blue 23

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

Shades of Hacienda #998117

Tints of Hacienda #998117

RGB

 RED value IS 153 (60.16% from 255) = 50.16%

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

 BLUE value IS 23 (9.38% from 255) = 7.54%

R = 50.16%
G = 42.3%
B = 7.54%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.85

 K value IS 0.4

RGB Variations

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

Color information

#998117 (or 0x998117) is known color: Hacienda. HEX triplet: 99, 81 and 17. RGB value is (153,129,23). Sum of RGB (Red+Green+Blue) = 153+129+23=305 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.16% from 305); Green value is 129 (50.78% from 255 or 42.30% from 305); Blue value is 23 (9.38% from 255 or 7.54% from 305); Max value from RGB is 153 - color contains mainly: red. Hex color #998117 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #998117 is #667EE8. Grayscale: #7C7C7C. Windows color (decimal): -6717161 or 1540505. OLE color: 1540505.

HSL color Cylindrical-coordinate representation of color #998117: hue angle of 48.92º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #998117 is Cyan = 0, Magento = 0.16, Yellow = 0.85 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 129 23 -
CMYK 0 0.16 0.85 0.4
HSL 48.92º 0.74% 0.35% -
HSV(B) 48.92º 0.85% 0.6% -
XYZ 21.14 22.53 4.05 -
YUV 124.09 70.95 148.62 -
System Red Green Blue C M Y K H S L
Decimal 153 129 23 0 0.16 0.85 0.4 48.92 0.74 0.35
Hex 99 81 17 0 10 55 28 31 4A 23
Octal 231 201 27 0 20 125 50 61 112 43
Binary 10011001 10000001 10111 0 10000 1010101 101000 110001 1001010 100011

Color Harmonies of #998117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998117

Black with #998117

Text Example


Text Example

White with #998117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #998117; }

 p { color: rgb(153,129,23); }

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

background-color css

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

 a { background-color: rgb(153,129,23); }

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

border-color css

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

 span { border-color: rgb(153,129,23); }

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