Html Css Color HEX #997C1C Hacienda

📋 copy color: '#997C1C'

red 153 ◦ green 124 ◦ blue 28

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

Shades of Hacienda #997C1C

Tints of Hacienda #997C1C

RGB

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

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

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

R = 50.16%
G = 40.66%
B = 9.18%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.82

 K value IS 0.4

RGB Variations

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

Color information

#997C1C (or 0x997C1C) is known color: Hacienda. HEX triplet: 99, 7C and 1C. RGB value is (153,124,28). Sum of RGB (Red+Green+Blue) = 153+124+28=305 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.16% from 305); Green value is 124 (48.83% from 255 or 40.66% from 305); Blue value is 28 (11.33% from 255 or 9.18% from 305); Max value from RGB is 153 - color contains mainly: red. Hex color #997C1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #997C1C is #6683E3. Grayscale: #7A7A7A. Windows color (decimal): -6718436 or 1866905. OLE color: 1866905.

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

Color convert

RGB 153 124 28 -
CMYK 0 0.19 0.82 0.4
HSL 46.08º 0.69% 0.35% -
HSV(B) 46.08º 0.82% 0.6% -
XYZ 20.55 21.27 4.12 -
YUV 121.73 75.11 150.31 -
System Red Green Blue C M Y K H S L
Decimal 153 124 28 0 0.19 0.82 0.4 46.08 0.69 0.35
Hex 99 7C 1C 0 13 52 28 2E 45 23
Octal 231 174 34 0 23 122 50 56 105 43
Binary 10011001 1111100 11100 0 10011 1010010 101000 101110 1000101 100011

Color Harmonies of #997C1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997C1C

Black with #997C1C

Text Example


Text Example

White with #997C1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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