#997B12

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

Shades of Hacienda #997B12

Tints of Hacienda #997B12

Color information

#997B12 (or 0x997B12) is unknown color: approx Hacienda. HEX triplet: 99, 7B and 12. RGB value is (153,123,18). Sum of RGB (Red+Green+Blue) = 153+123+18=294 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.04% from 294); Green value is 123 (48.44% from 255 or 41.84% from 294); Blue value is 18 (7.42% from 255 or 6.12% from 294); Max value from RGB is 153 - color contains mainly: red. Hex color #997B12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #997B12 is #6684ED. Grayscale: #787878. Windows color (decimal): -6718702 or 1211289. OLE color: 1211289.

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

Color convert

RGB15312318-
CMYK00.200.880.4
HSL46.67º78.95%33.53%-
HSV(B)46.67º88.24%60%-
XYZ20.3320.983.55-
YUV12070.44151.54-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 52.04%
GREEN value IS 123 (48.44% from 255) = 41.84%
BLUE value IS 18 (7.42% from 255) = 6.12%
R=52.04%
G=41.84%
B=6.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.88
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531231800.200.880.446.6778.9533.53
Hex997B1201458282f4f22
Octal23117322024130505711742
Binary1001100111110111001001010010110001010001011111001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997B12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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