Html Css Color HEX #997E0A Hacienda

📋 copy color: '#997E0A'

red 153 ◦ green 126 ◦ blue 10

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

Shades of Hacienda #997E0A

Tints of Hacienda #997E0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.46%

R = 52.94%
G = 43.6%
B = 3.46%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.93

 K value IS 0.4

RGB Variations

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

Color information

#997E0A (or 0x997E0A) is known color: Hacienda. HEX triplet: 99, 7E and 0A. RGB value is (153,126,10). Sum of RGB (Red+Green+Blue) = 153+126+10=289 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.94% from 289); Green value is 126 (49.61% from 255 or 43.60% from 289); Blue value is 10 (4.30% from 255 or 3.46% from 289); Max value from RGB is 153 - color contains mainly: red. Hex color #997E0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #997E0A is #6681F5. Grayscale: #797979. Windows color (decimal): -6717942 or 687769. OLE color: 687769.

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

Color convert

RGB 153 126 10 -
CMYK 0 0.18 0.93 0.4
HSL 48.67º 0.88% 0.32% -
HSV(B) 48.67º 0.93% 0.6% -
XYZ 20.65 21.72 3.39 -
YUV 120.85 65.45 150.93 -
System Red Green Blue C M Y K H S L
Decimal 153 126 10 0 0.18 0.93 0.4 48.67 0.88 0.32
Hex 99 7E A 0 12 5D 28 31 58 20
Octal 231 176 12 0 22 135 50 61 130 40
Binary 10011001 1111110 1010 0 10010 1011101 101000 110001 1011000 100000

Color Harmonies of #997E0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997E0A

Black with #997E0A

Text Example


Text Example

White with #997E0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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