Html Css Color HEX #997E1C Hacienda

📋 copy color: '#997E1C'

red 153 ◦ green 126 ◦ blue 28

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

Shades of Hacienda #997E1C

Tints of Hacienda #997E1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 9.12%

R = 49.84%
G = 41.04%
B = 9.12%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.82

 K value IS 0.4

RGB Variations

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

Color information

#997E1C (or 0x997E1C) is known color: Hacienda. HEX triplet: 99, 7E and 1C. RGB value is (153,126,28). Sum of RGB (Red+Green+Blue) = 153+126+28=307 (40% of max value = 765). Red value is 153 (60.16% from 255 or 49.84% from 307); Green value is 126 (49.61% from 255 or 41.04% from 307); Blue value is 28 (11.33% from 255 or 9.12% from 307); Max value from RGB is 153 - color contains mainly: red. Hex color #997E1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #997E1C is #6681E3. Grayscale: #7B7B7B. Windows color (decimal): -6717924 or 1867417. OLE color: 1867417.

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

Color convert

RGB 153 126 28 -
CMYK 0 0.18 0.82 0.4
HSL 47.04º 0.69% 0.35% -
HSV(B) 47.04º 0.82% 0.6% -
XYZ 20.81 21.78 4.21 -
YUV 122.9 74.45 149.47 -
System Red Green Blue C M Y K H S L
Decimal 153 126 28 0 0.18 0.82 0.4 47.04 0.69 0.35
Hex 99 7E 1C 0 12 52 28 2F 45 23
Octal 231 176 34 0 22 122 50 57 105 43
Binary 10011001 1111110 11100 0 10010 1010010 101000 101111 1000101 100011

Color Harmonies of #997E1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997E1C

Black with #997E1C

Text Example


Text Example

White with #997E1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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