Html Css Color HEX #997C1F Hacienda

📋 copy color: '#997C1F'

red 153 ◦ green 124 ◦ blue 31

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

Shades of Hacienda #997C1F

Tints of Hacienda #997C1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 10.06%

R = 49.68%
G = 40.26%
B = 10.06%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.80

 K value IS 0.4

RGB Variations

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

Color information

#997C1F (or 0x997C1F) is known color: Hacienda. HEX triplet: 99, 7C and 1F. RGB value is (153,124,31). Sum of RGB (Red+Green+Blue) = 153+124+31=308 (40% of max value = 765). Red value is 153 (60.16% from 255 or 49.68% from 308); Green value is 124 (48.83% from 255 or 40.26% from 308); Blue value is 31 (12.5% from 255 or 10.06% from 308); Max value from RGB is 153 - color contains mainly: red. Hex color #997C1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #997C1F is #6683E0. Grayscale: #7A7A7A. Windows color (decimal): -6718433 or 2063513. OLE color: 2063513.

HSL color Cylindrical-coordinate representation of color #997C1F: hue angle of 45.74º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #997C1F is Cyan = 0, Magento = 0.19, Yellow = 0.80 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 124 31 -
CMYK 0 0.19 0.80 0.4
HSL 45.74º 0.66% 0.36% -
HSV(B) 45.74º 0.8% 0.6% -
XYZ 20.59 21.29 4.32 -
YUV 122.07 76.61 150.06 -
System Red Green Blue C M Y K H S L
Decimal 153 124 31 0 0.19 0.80 0.4 45.74 0.66 0.36
Hex 99 7C 1F 0 13 50 28 2E 42 24
Octal 231 174 37 0 23 120 50 56 102 44
Binary 10011001 1111100 11111 0 10011 1010000 101000 101110 1000010 100100

Color Harmonies of #997C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997C1F

Black with #997C1F

Text Example


Text Example

White with #997C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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