#997913

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

Shades of Hacienda #997913

Tints of Hacienda #997913

Color information

#997913 (or 0x997913) is unknown color: approx Hacienda. HEX triplet: 99, 79 and 13. RGB value is (153,121,19). Sum of RGB (Red+Green+Blue) = 153+121+19=293 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.22% from 293); Green value is 121 (47.66% from 255 or 41.30% from 293); Blue value is 19 (7.81% from 255 or 6.48% from 293); Max value from RGB is 153 - color contains mainly: red. Hex color #997913 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #997913 is #6686EC. Grayscale: #777777. Windows color (decimal): -6719213 or 1276313. OLE color: 1276313.

HSL color Cylindrical-coordinate representation of color #997913: hue angle of 45.67º degrees, saturation: 0.78, 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 #997913 is Cyan = 0, Magento = 0.21, Yellow = 0.88 and Black (K on CMYK) = 0.4.

Color convert

RGB15312119-
CMYK00.210.880.4
HSL45.67º77.91%33.73%-
HSV(B)45.67º87.58%60%-
XYZ20.0920.493.51-
YUV118.9471.6152.29-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 52.22%
GREEN value IS 121 (47.66% from 255) = 41.30%
BLUE value IS 19 (7.81% from 255) = 6.48%
R=52.22%
G=41.30%
B=6.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.88
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531211900.210.880.445.6777.9133.73
Hex99791301558282e4e22
Octal23117123025130505611642
Binary1001100111110011001101010110110001010001011101001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #997913; }

 p { color: rgb(153,121,19); }

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

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

 a { background-color: rgb(153,121,19); }

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

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

 span { border-color: rgb(153,121,19); }

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