Html Css Color HEX #997B1F Hacienda

📋 copy color: '#997B1F'

red 153 ◦ green 123 ◦ blue 31

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

Shades of Hacienda #997B1F

Tints of Hacienda #997B1F

RGB

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

 GREEN value IS 123 (48.44% from 255) = 40.07%

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

R = 49.84%
G = 40.07%
B = 10.1%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.80

 K value IS 0.4

RGB Variations

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

Color information

#997B1F (or 0x997B1F) is known color: Hacienda. HEX triplet: 99, 7B and 1F. RGB value is (153,123,31). Sum of RGB (Red+Green+Blue) = 153+123+31=307 (40% of max value = 765). Red value is 153 (60.16% from 255 or 49.84% from 307); Green value is 123 (48.44% from 255 or 40.07% from 307); Blue value is 31 (12.5% from 255 or 10.10% from 307); Max value from RGB is 153 - color contains mainly: red. Hex color #997B1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #997B1F is #6684E0. Grayscale: #797979. Windows color (decimal): -6718689 or 2063257. OLE color: 2063257.

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

Color convert

RGB 153 123 31 -
CMYK 0 0.20 0.80 0.4
HSL 45.25º 0.66% 0.36% -
HSV(B) 45.25º 0.8% 0.6% -
XYZ 20.47 21.04 4.28 -
YUV 121.48 76.94 150.48 -
System Red Green Blue C M Y K H S L
Decimal 153 123 31 0 0.20 0.80 0.4 45.25 0.66 0.36
Hex 99 7B 1F 0 14 50 28 2D 42 24
Octal 231 173 37 0 24 120 50 55 102 44
Binary 10011001 1111011 11111 0 10100 1010000 101000 101101 1000010 100100

Color Harmonies of #997B1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997B1F

Black with #997B1F

Text Example


Text Example

White with #997B1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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