Html Css Color HEX #997F18 Hacienda

📋 copy color: '#997F18'

red 153 ◦ green 127 ◦ blue 24

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

Shades of Hacienda #997F18

Tints of Hacienda #997F18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 7.89%

R = 50.33%
G = 41.78%
B = 7.89%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.84

 K value IS 0.4

RGB Variations

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

Color information

#997F18 (or 0x997F18) is known color: Hacienda. HEX triplet: 99, 7F and 18. RGB value is (153,127,24). Sum of RGB (Red+Green+Blue) = 153+127+24=304 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.33% from 304); Green value is 127 (50% from 255 or 41.78% from 304); Blue value is 24 (9.77% from 255 or 7.89% from 304); Max value from RGB is 153 - color contains mainly: red. Hex color #997F18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #997F18 is #6680E7. Grayscale: #7B7B7B. Windows color (decimal): -6717672 or 1605529. OLE color: 1605529.

HSL color Cylindrical-coordinate representation of color #997F18: hue angle of 47.91º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #997F18 is Cyan = 0, Magento = 0.17, Yellow = 0.84 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 127 24 -
CMYK 0 0.17 0.84 0.4
HSL 47.91º 0.73% 0.35% -
HSV(B) 47.91º 0.84% 0.6% -
XYZ 20.89 22.02 4.01 -
YUV 123.03 72.11 149.38 -
System Red Green Blue C M Y K H S L
Decimal 153 127 24 0 0.17 0.84 0.4 47.91 0.73 0.35
Hex 99 7F 18 0 11 54 28 30 49 23
Octal 231 177 30 0 21 124 50 60 111 43
Binary 10011001 1111111 11000 0 10001 1010100 101000 110000 1001001 100011

Color Harmonies of #997F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997F18

Black with #997F18

Text Example


Text Example

White with #997F18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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