#997714

Color #997714 Hacienda (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hacienda #997714

Tints of Hacienda #997714

Color information

#997714 (or 0x997714) is unknown color: approx Hacienda. HEX triplet: 99, 77 and 14. RGB value is (153,119,20). Sum of RGB (Red+Green+Blue) = 153+119+20=292 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.40% from 292); Green value is 119 (46.88% from 255 or 40.75% from 292); Blue value is 20 (8.20% from 255 or 6.85% from 292); Max value from RGB is 153 - color contains mainly: red. Hex color #997714 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #997714 is #6688EB. Grayscale: #767676. Windows color (decimal): -6719724 or 1341337. OLE color: 1341337.

HSL color Cylindrical-coordinate representation of color #997714: hue angle of 44.66º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #997714 is Cyan = 0, Magento = 0.22, Yellow = 0.87 and Black (K on CMYK) = 0.4.

Color convert

RGB15311920-
CMYK00.220.870.4
HSL44.66º76.88%33.92%-
HSV(B)44.66º86.93%60%-
XYZ19.8620.023.48-
YUV117.8872.76153.05-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 52.40%
GREEN value IS 119 (46.88% from 255) = 40.75%
BLUE value IS 20 (8.20% from 255) = 6.85%
R=52.40%
G=40.75%
B=6.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.87
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531192000.220.870.444.6676.8833.92
Hex99771401657282d4d22
Octal23116724026127505511542
Binary1001100111101111010001011010101111010001011011001101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #997714; }

 p { color: rgb(153,119,20); }

 H1.HeaderClassName
 {
   color: #997714;
 }
 .AnyTagClassName
 {
   color: #997714;
 }
</style>
background-color css

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

 a { background-color: rgb(153,119,20); }

 div.DivClassName
 {
   background-color: #997714;
 }
 .BgClassName
 {
   background-color: #997714;
 }
</style>
border-color css

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

 span { border-color: rgb(153,119,20); }

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