#99780A

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

Shades of Hacienda #99780A

Tints of Hacienda #99780A

Color information

#99780A (or 0x99780A) is unknown color: approx Hacienda. HEX triplet: 99, 78 and 0A. RGB value is (153,120,10). Sum of RGB (Red+Green+Blue) = 153+120+10=283 (37% of max value = 765). Red value is 153 (60.16% from 255 or 54.06% from 283); Green value is 120 (47.27% from 255 or 42.40% from 283); Blue value is 10 (4.30% from 255 or 3.53% from 283); Max value from RGB is 153 - color contains mainly: red. Hex color #99780A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #99780A is #6687F5. Grayscale: #757575. Windows color (decimal): -6719478 or 686233. OLE color: 686233.

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

Color convert

RGB15312010-
CMYK00.220.930.4
HSL46.15º87.73%31.96%-
HSV(B)46.15º93.46%60%-
XYZ19.9120.233.14-
YUV117.3367.43153.44-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 54.06%
GREEN value IS 120 (47.27% from 255) = 42.40%
BLUE value IS 10 (4.30% from 255) = 3.53%
R=54.06%
G=42.40%
B=3.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.93
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531201000.220.930.446.1587.7331.96
Hex9978A0165D282e5820
Octal23117012026135505613040
Binary100110011111000101001011010111011010001011101011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99780A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99780A; }

 p { color: rgb(153,120,10); }

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

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

 a { background-color: rgb(153,120,10); }

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

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

 span { border-color: rgb(153,120,10); }

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