#997726

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

Shades of Hacienda #997726

Tints of Hacienda #997726

Color information

#997726 (or 0x997726) is unknown color: approx Hacienda. HEX triplet: 99, 77 and 26. RGB value is (153,119,38). Sum of RGB (Red+Green+Blue) = 153+119+38=310 (41% of max value = 765). Red value is 153 (60.16% from 255 or 49.35% from 310); Green value is 119 (46.88% from 255 or 38.39% from 310); Blue value is 38 (15.23% from 255 or 12.26% from 310); Max value from RGB is 153 - color contains mainly: red. Hex color #997726 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #997726 is #6688D9. Grayscale: #787878. Windows color (decimal): -6719706 or 2520985. OLE color: 2520985.

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

Color convert

RGB15311938-
CMYK00.220.750.4
HSL42.26º60.21%37.45%-
HSV(B)42.26º75.16%60%-
XYZ20.0820.114.66-
YUV119.9381.76151.59-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 49.35%
GREEN value IS 119 (46.88% from 255) = 38.39%
BLUE value IS 38 (15.23% from 255) = 12.26%
R=49.35%
G=38.39%
B=12.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.75
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531193800.220.750.442.2660.2137.45
Hex9977260164B282a3c25
Octal2311674602611350527445
Binary1001100111101111001100101101001011101000101010111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #997726; }

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

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

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

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

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

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

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

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