#997B0E

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

Shades of Hacienda #997B0E

Tints of Hacienda #997B0E

Color information

#997B0E (or 0x997B0E) is unknown color: approx Hacienda. HEX triplet: 99, 7B and 0E. RGB value is (153,123,14). Sum of RGB (Red+Green+Blue) = 153+123+14=290 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.76% from 290); Green value is 123 (48.44% from 255 or 42.41% from 290); Blue value is 14 (5.86% from 255 or 4.83% from 290); Max value from RGB is 153 - color contains mainly: red. Hex color #997B0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #997B0E is #6684F1. Grayscale: #787878. Windows color (decimal): -6718706 or 949145. OLE color: 949145.

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

Color convert

RGB15312314-
CMYK00.200.910.4
HSL47.05º83.23%32.75%-
HSV(B)47.05º90.85%60%-
XYZ20.320.973.39-
YUV119.5468.44151.86-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 52.76%
GREEN value IS 123 (48.44% from 255) = 42.41%
BLUE value IS 14 (5.86% from 255) = 4.83%
R=52.76%
G=42.41%
B=4.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.91
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531231400.200.910.447.0583.2332.75
Hex997BE0145B282f5321
Octal23117316024133505712341
Binary100110011111011111001010010110111010001011111010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997B0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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