Html Css Color HEX #997F17 Hacienda

📋 copy color: '#997F17'

red 153 ◦ green 127 ◦ blue 23

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

Shades of Hacienda #997F17

Tints of Hacienda #997F17

RGB

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

 GREEN value IS 127 (50% from 255) = 41.91%

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

R = 50.5%
G = 41.91%
B = 7.59%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.85

 K value IS 0.4

RGB Variations

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

Color information

#997F17 (or 0x997F17) is known color: Hacienda. HEX triplet: 99, 7F and 17. RGB value is (153,127,23). Sum of RGB (Red+Green+Blue) = 153+127+23=303 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.50% from 303); Green value is 127 (50% from 255 or 41.91% from 303); Blue value is 23 (9.38% from 255 or 7.59% from 303); Max value from RGB is 153 - color contains mainly: red. Hex color #997F17 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #997F17 is #6680E8. Grayscale: #7B7B7B. Windows color (decimal): -6717673 or 1539993. OLE color: 1539993.

HSL color Cylindrical-coordinate representation of color #997F17: hue angle of 48º 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 #997F17 is Cyan = 0, Magento = 0.17, Yellow = 0.85 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 127 23 -
CMYK 0 0.17 0.85 0.4
HSL 48º 0.74% 0.35% -
HSV(B) 48º 0.85% 0.6% -
XYZ 20.88 22.01 3.96 -
YUV 122.92 71.61 149.46 -
System Red Green Blue C M Y K H S L
Decimal 153 127 23 0 0.17 0.85 0.4 48 0.74 0.35
Hex 99 7F 17 0 11 55 28 30 4A 23
Octal 231 177 27 0 21 125 50 60 112 43
Binary 10011001 1111111 10111 0 10001 1010101 101000 110000 1001010 100011

Color Harmonies of #997F17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997F17

Black with #997F17

Text Example


Text Example

White with #997F17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997F17; }

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

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

background-color css

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

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

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

border-color css

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

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

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