Html Css Color HEX #997C12 Hacienda

📋 copy color: '#997C12'

red 153 ◦ green 124 ◦ blue 18

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

Shades of Hacienda #997C12

Tints of Hacienda #997C12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.1%

R = 51.86%
G = 42.03%
B = 6.1%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.88

 K value IS 0.4

RGB Variations

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

Color information

#997C12 (or 0x997C12) is known color: Hacienda. HEX triplet: 99, 7C and 12. RGB value is (153,124,18). Sum of RGB (Red+Green+Blue) = 153+124+18=295 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.86% from 295); Green value is 124 (48.83% from 255 or 42.03% from 295); Blue value is 18 (7.42% from 255 or 6.10% from 295); Max value from RGB is 153 - color contains mainly: red. Hex color #997C12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #997C12 is #6683ED. Grayscale: #797979. Windows color (decimal): -6718446 or 1211545. OLE color: 1211545.

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

Color convert

RGB 153 124 18 -
CMYK 0 0.19 0.88 0.4
HSL 47.11º 0.79% 0.34% -
HSV(B) 47.11º 0.88% 0.6% -
XYZ 20.45 21.23 3.59 -
YUV 120.59 70.11 151.12 -
System Red Green Blue C M Y K H S L
Decimal 153 124 18 0 0.19 0.88 0.4 47.11 0.79 0.34
Hex 99 7C 12 0 13 58 28 2F 4F 22
Octal 231 174 22 0 23 130 50 57 117 42
Binary 10011001 1111100 10010 0 10011 1011000 101000 101111 1001111 100010

Color Harmonies of #997C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997C12

Black with #997C12

Text Example


Text Example

White with #997C12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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