Html Css Color HEX #997F15 Hacienda

📋 copy color: '#997F15'

red 153 ◦ green 127 ◦ blue 21

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

Shades of Hacienda #997F15

Tints of Hacienda #997F15

RGB

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

 GREEN value IS 127 (50% from 255) = 42.19%

 BLUE value IS 21 (8.59% from 255) = 6.98%

R = 50.83%
G = 42.19%
B = 6.98%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.86

 K value IS 0.4

RGB Variations

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

Color information

#997F15 (or 0x997F15) is known color: Hacienda. HEX triplet: 99, 7F and 15. RGB value is (153,127,21). Sum of RGB (Red+Green+Blue) = 153+127+21=301 (39% of max value = 765). Red value is 153 (60.16% from 255 or 50.83% from 301); Green value is 127 (50% from 255 or 42.19% from 301); Blue value is 21 (8.59% from 255 or 6.98% from 301); Max value from RGB is 153 - color contains mainly: red. Hex color #997F15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #997F15 is #6680EA. Grayscale: #7B7B7B. Windows color (decimal): -6717675 or 1408921. OLE color: 1408921.

HSL color Cylindrical-coordinate representation of color #997F15: hue angle of 48.18º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #997F15 is Cyan = 0, Magento = 0.17, Yellow = 0.86 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 127 21 -
CMYK 0 0.17 0.86 0.4
HSL 48.18º 0.76% 0.34% -
HSV(B) 48.18º 0.86% 0.6% -
XYZ 20.86 22.01 3.86 -
YUV 122.69 70.61 149.62 -
System Red Green Blue C M Y K H S L
Decimal 153 127 21 0 0.17 0.86 0.4 48.18 0.76 0.34
Hex 99 7F 15 0 11 56 28 30 4C 22
Octal 231 177 25 0 21 126 50 60 114 42
Binary 10011001 1111111 10101 0 10001 1010110 101000 110000 1001100 100010

Color Harmonies of #997F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997F15

Black with #997F15

Text Example


Text Example

White with #997F15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,127,21); }

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

background-color css

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

 a { background-color: rgb(153,127,21); }

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

border-color css

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

 span { border-color: rgb(153,127,21); }

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