#997C0E

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

Shades of Hacienda #997C0E

Tints of Hacienda #997C0E

Color information

#997C0E (or 0x997C0E) is unknown color: approx Hacienda. HEX triplet: 99, 7C and 0E. RGB value is (153,124,14). Sum of RGB (Red+Green+Blue) = 153+124+14=291 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.58% from 291); Green value is 124 (48.83% from 255 or 42.61% from 291); Blue value is 14 (5.86% from 255 or 4.81% from 291); Max value from RGB is 153 - color contains mainly: red. Hex color #997C0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #997C0E is #6683F1. Grayscale: #787878. Windows color (decimal): -6718450 or 949401. OLE color: 949401.

HSL color Cylindrical-coordinate representation of color #997C0E: hue angle of 47.48º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #997C0E is Cyan = 0, Magento = 0.19, Yellow = 0.91 and Black (K on CMYK) = 0.4.

Color convert

RGB15312414-
CMYK00.190.910.4
HSL47.48º83.23%32.75%-
HSV(B)47.48º90.85%60%-
XYZ20.4221.223.43-
YUV120.1368.11151.44-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 52.58%
GREEN value IS 124 (48.83% from 255) = 42.61%
BLUE value IS 14 (5.86% from 255) = 4.81%
R=52.58%
G=42.61%
B=4.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.91
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531241400.190.910.447.4883.2332.75
Hex997CE0135B282f5321
Octal23117416023133505712341
Binary100110011111100111001001110110111010001011111010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997C0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,124,14); }

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

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

 a { background-color: rgb(153,124,14); }

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

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

 span { border-color: rgb(153,124,14); }

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