Html Css Color HEX #997F19 Hacienda

📋 copy color: '#997F19'

red 153 ◦ green 127 ◦ blue 25

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

Shades of Hacienda #997F19

Tints of Hacienda #997F19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 8.2%

R = 50.16%
G = 41.64%
B = 8.2%

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

#997F19 (or 0x997F19) is known color: Hacienda. HEX triplet: 99, 7F and 19. RGB value is (153,127,25). Sum of RGB (Red+Green+Blue) = 153+127+25=305 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.16% from 305); Green value is 127 (50% from 255 or 41.64% from 305); Blue value is 25 (10.16% from 255 or 8.20% from 305); Max value from RGB is 153 - color contains mainly: red. Hex color #997F19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #997F19 is #6680E6. Grayscale: #7B7B7B. Windows color (decimal): -6717671 or 1671065. OLE color: 1671065.

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

Color convert

RGB 153 127 25 -
CMYK 0 0.17 0.84 0.4
HSL 47.81º 0.72% 0.35% -
HSV(B) 47.81º 0.84% 0.6% -
XYZ 20.9 22.02 4.07 -
YUV 123.15 72.61 149.29 -
System Red Green Blue C M Y K H S L
Decimal 153 127 25 0 0.17 0.84 0.4 47.81 0.72 0.35
Hex 99 7F 19 0 11 54 28 30 48 23
Octal 231 177 31 0 21 124 50 60 110 43
Binary 10011001 1111111 11001 0 10001 1010100 101000 110000 1001000 100011

Color Harmonies of #997F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997F19

Black with #997F19

Text Example


Text Example

White with #997F19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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