Html Css Color HEX #997E0F Hacienda

📋 copy color: '#997E0F'

red 153 ◦ green 126 ◦ blue 15

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

Shades of Hacienda #997E0F

Tints of Hacienda #997E0F

RGB

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

 GREEN value IS 126 (49.61% from 255) = 42.86%

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

R = 52.04%
G = 42.86%
B = 5.1%

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

#997E0F (or 0x997E0F) is known color: Hacienda. HEX triplet: 99, 7E and 0F. RGB value is (153,126,15). Sum of RGB (Red+Green+Blue) = 153+126+15=294 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.04% from 294); Green value is 126 (49.61% from 255 or 42.86% from 294); Blue value is 15 (6.25% from 255 or 5.10% from 294); Max value from RGB is 153 - color contains mainly: red. Hex color #997E0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #997E0F is #6681F0. Grayscale: #797979. Windows color (decimal): -6717937 or 1015449. OLE color: 1015449.

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

Color convert

RGB 153 126 15 -
CMYK 0 0.18 0.90 0.4
HSL 48.26º 0.82% 0.33% -
HSV(B) 48.26º 0.9% 0.6% -
XYZ 20.68 21.73 3.56 -
YUV 121.42 67.95 150.53 -
System Red Green Blue C M Y K H S L
Decimal 153 126 15 0 0.18 0.90 0.4 48.26 0.82 0.33
Hex 99 7E F 0 12 5A 28 30 52 21
Octal 231 176 17 0 22 132 50 60 122 41
Binary 10011001 1111110 1111 0 10010 1011010 101000 110000 1010010 100001

Color Harmonies of #997E0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997E0F

Black with #997E0F

Text Example


Text Example

White with #997E0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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