Html Css Color HEX #997D0F Hacienda

📋 copy color: '#997D0F'

red 153 ◦ green 125 ◦ blue 15

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

Shades of Hacienda #997D0F

Tints of Hacienda #997D0F

RGB

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

 GREEN value IS 125 (49.22% from 255) = 42.66%

 BLUE value IS 15 (6.25% from 255) = 5.12%

R = 52.22%
G = 42.66%
B = 5.12%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.90

 K value IS 0.4

RGB Variations

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

Color information

#997D0F (or 0x997D0F) is known color: Hacienda. HEX triplet: 99, 7D and 0F. RGB value is (153,125,15). Sum of RGB (Red+Green+Blue) = 153+125+15=293 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.22% from 293); Green value is 125 (49.22% from 255 or 42.66% from 293); Blue value is 15 (6.25% from 255 or 5.12% from 293); Max value from RGB is 153 - color contains mainly: red. Hex color #997D0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #997D0F is #6682F0. Grayscale: #797979. Windows color (decimal): -6718193 or 1015193. OLE color: 1015193.

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

Color convert

RGB 153 125 15 -
CMYK 0 0.18 0.90 0.4
HSL 47.83º 0.82% 0.33% -
HSV(B) 47.83º 0.9% 0.6% -
XYZ 20.56 21.47 3.51 -
YUV 120.83 68.28 150.94 -
System Red Green Blue C M Y K H S L
Decimal 153 125 15 0 0.18 0.90 0.4 47.83 0.82 0.33
Hex 99 7D F 0 12 5A 28 30 52 21
Octal 231 175 17 0 22 132 50 60 122 41
Binary 10011001 1111101 1111 0 10010 1011010 101000 110000 1010010 100001

Color Harmonies of #997D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997D0F

Black with #997D0F

Text Example


Text Example

White with #997D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,125,15); }

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

background-color css

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

 a { background-color: rgb(153,125,15); }

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

border-color css

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

 span { border-color: rgb(153,125,15); }

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