#99770E

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

Shades of Hacienda #99770E

Tints of Hacienda #99770E

Color information

#99770E (or 0x99770E) is unknown color: approx Hacienda. HEX triplet: 99, 77 and 0E. RGB value is (153,119,14). Sum of RGB (Red+Green+Blue) = 153+119+14=286 (37% of max value = 765). Red value is 153 (60.16% from 255 or 53.50% from 286); Green value is 119 (46.88% from 255 or 41.61% from 286); Blue value is 14 (5.86% from 255 or 4.90% from 286); Max value from RGB is 153 - color contains mainly: red. Hex color #99770E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #99770E is #6688F1. Grayscale: #757575. Windows color (decimal): -6719730 or 948121. OLE color: 948121.

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

Color convert

RGB15311914-
CMYK00.220.910.4
HSL45.32º83.23%32.75%-
HSV(B)45.32º90.85%60%-
XYZ19.81203.23-
YUV117.269.76153.54-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 53.50%
GREEN value IS 119 (46.88% from 255) = 41.61%
BLUE value IS 14 (5.86% from 255) = 4.90%
R=53.50%
G=41.61%
B=4.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.91
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531191400.220.910.445.3283.2332.75
Hex9977E0165B282d5321
Octal23116716026133505512341
Binary100110011110111111001011010110111010001011011010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99770E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99770E; }

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

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

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

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

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

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

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

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