Html Css Color HEX #997C0A Hacienda

📋 copy color: '#997C0A'

red 153 ◦ green 124 ◦ blue 10

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

Shades of Hacienda #997C0A

Tints of Hacienda #997C0A

RGB

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

 GREEN value IS 124 (48.83% from 255) = 43.21%

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

R = 53.31%
G = 43.21%
B = 3.48%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.93

 K value IS 0.4

RGB Variations

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

Color information

#997C0A (or 0x997C0A) is known color: Hacienda. HEX triplet: 99, 7C and 0A. RGB value is (153,124,10). Sum of RGB (Red+Green+Blue) = 153+124+10=287 (38% of max value = 765). Red value is 153 (60.16% from 255 or 53.31% from 287); Green value is 124 (48.83% from 255 or 43.21% from 287); Blue value is 10 (4.30% from 255 or 3.48% from 287); Max value from RGB is 153 - color contains mainly: red. Hex color #997C0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #997C0A is #6683F5. Grayscale: #787878. Windows color (decimal): -6718454 or 687257. OLE color: 687257.

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

Color convert

RGB 153 124 10 -
CMYK 0 0.19 0.93 0.4
HSL 47.83º 0.88% 0.32% -
HSV(B) 47.83º 0.93% 0.6% -
XYZ 20.4 21.21 3.31 -
YUV 119.68 66.11 151.77 -
System Red Green Blue C M Y K H S L
Decimal 153 124 10 0 0.19 0.93 0.4 47.83 0.88 0.32
Hex 99 7C A 0 13 5D 28 30 58 20
Octal 231 174 12 0 23 135 50 60 130 40
Binary 10011001 1111100 1010 0 10011 1011101 101000 110000 1011000 100000

Color Harmonies of #997C0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997C0A

Black with #997C0A

Text Example


Text Example

White with #997C0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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