Html Css Color HEX #997E25 Hacienda

📋 copy color: '#997E25'

red 153 ◦ green 126 ◦ blue 37

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

Shades of Hacienda #997E25

Tints of Hacienda #997E25

RGB

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

 GREEN value IS 126 (49.61% from 255) = 39.87%

 BLUE value IS 37 (14.84% from 255) = 11.71%

R = 48.42%
G = 39.87%
B = 11.71%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.76

 K value IS 0.4

RGB Variations

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

Color information

#997E25 (or 0x997E25) is known color: Hacienda. HEX triplet: 99, 7E and 25. RGB value is (153,126,37). Sum of RGB (Red+Green+Blue) = 153+126+37=316 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.42% from 316); Green value is 126 (49.61% from 255 or 39.87% from 316); Blue value is 37 (14.84% from 255 or 11.71% from 316); Max value from RGB is 153 - color contains mainly: red. Hex color #997E25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #997E25 is #6681DA. Grayscale: #7C7C7C. Windows color (decimal): -6717915 or 2457241. OLE color: 2457241.

HSL color Cylindrical-coordinate representation of color #997E25: hue angle of 46.03º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #997E25 is Cyan = 0, Magento = 0.18, Yellow = 0.76 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 126 37 -
CMYK 0 0.18 0.76 0.4
HSL 46.03º 0.61% 0.37% -
HSV(B) 46.03º 0.76% 0.6% -
XYZ 20.93 21.83 4.86 -
YUV 123.93 78.95 148.74 -
System Red Green Blue C M Y K H S L
Decimal 153 126 37 0 0.18 0.76 0.4 46.03 0.61 0.37
Hex 99 7E 25 0 12 4C 28 2E 3D 25
Octal 231 176 45 0 22 114 50 56 75 45
Binary 10011001 1111110 100101 0 10010 1001100 101000 101110 111101 100101

Color Harmonies of #997E25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997E25

Black with #997E25

Text Example


Text Example

White with #997E25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,126,37); }

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

background-color css

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

 a { background-color: rgb(153,126,37); }

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

border-color css

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

 span { border-color: rgb(153,126,37); }

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