#99890E

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

Shades of Hacienda #99890E

Tints of Hacienda #99890E

Color information

#99890E (or 0x99890E) is unknown color: approx Hacienda. HEX triplet: 99, 89 and 0E. RGB value is (153,137,14). Sum of RGB (Red+Green+Blue) = 153+137+14=304 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.33% from 304); Green value is 137 (53.91% from 255 or 45.07% from 304); Blue value is 14 (5.86% from 255 or 4.61% from 304); Max value from RGB is 153 - color contains mainly: red. Hex color #99890E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #99890E is #6676F1. Grayscale: #808080. Windows color (decimal): -6715122 or 952729. OLE color: 952729.

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

Color convert

RGB15313714-
CMYK00.100.910.4
HSL53.09º83.23%32.75%-
HSV(B)53.09º90.85%60%-
XYZ22.1624.74.01-
YUV127.7663.8146-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 50.33%
GREEN value IS 137 (53.91% from 255) = 45.07%
BLUE value IS 14 (5.86% from 255) = 4.61%
R=50.33%
G=45.07%
B=4.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.91
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531371400.100.910.453.0983.2332.75
Hex9989E0A5B28355321
Octal23121116012133506512341
Binary100110011000100111100101010110111010001101011010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99890E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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