Html Css Color HEX #997A1C Hacienda

📋 copy color: '#997A1C'

red 153 ◦ green 122 ◦ blue 28

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

Shades of Hacienda #997A1C

Tints of Hacienda #997A1C

RGB

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

 GREEN value IS 122 (48.05% from 255) = 40.26%

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

R = 50.5%
G = 40.26%
B = 9.24%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.82

 K value IS 0.4

RGB Variations

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

Color information

#997A1C (or 0x997A1C) is known color: Hacienda. HEX triplet: 99, 7A and 1C. RGB value is (153,122,28). Sum of RGB (Red+Green+Blue) = 153+122+28=303 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.50% from 303); Green value is 122 (48.05% from 255 or 40.26% from 303); Blue value is 28 (11.33% from 255 or 9.24% from 303); Max value from RGB is 153 - color contains mainly: red. Hex color #997A1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #997A1C is #6685E3. Grayscale: #787878. Windows color (decimal): -6718948 or 1866393. OLE color: 1866393.

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

Color convert

RGB 153 122 28 -
CMYK 0 0.20 0.82 0.4
HSL 45.12º 0.69% 0.35% -
HSV(B) 45.12º 0.82% 0.6% -
XYZ 20.31 20.78 4.04 -
YUV 120.55 75.77 151.14 -
System Red Green Blue C M Y K H S L
Decimal 153 122 28 0 0.20 0.82 0.4 45.12 0.69 0.35
Hex 99 7A 1C 0 14 52 28 2D 45 23
Octal 231 172 34 0 24 122 50 55 105 43
Binary 10011001 1111010 11100 0 10100 1010010 101000 101101 1000101 100011

Color Harmonies of #997A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997A1C

Black with #997A1C

Text Example


Text Example

White with #997A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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