#99890A

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

Shades of Hacienda #99890A

Tints of Hacienda #99890A

Color information

#99890A (or 0x99890A) is unknown color: approx Hacienda. HEX triplet: 99, 89 and 0A. RGB value is (153,137,10). Sum of RGB (Red+Green+Blue) = 153+137+10=300 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51% from 300); Green value is 137 (53.91% from 255 or 45.67% from 300); Blue value is 10 (4.30% from 255 or 3.33% from 300); Max value from RGB is 153 - color contains mainly: red. Hex color #99890A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #99890A is #6676F5. Grayscale: #7F7F7F. Windows color (decimal): -6715126 or 690585. OLE color: 690585.

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

Color convert

RGB15313710-
CMYK00.100.930.4
HSL53.29º87.73%31.96%-
HSV(B)53.29º93.46%60%-
XYZ22.1424.693.89-
YUV127.3161.8146.33-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 51%
GREEN value IS 137 (53.91% from 255) = 45.67%
BLUE value IS 10 (4.30% from 255) = 3.33%
R=51%
G=45.67%
B=3.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.93
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531371000.100.930.453.2987.7331.96
Hex9989A0A5D28355820
Octal23121112012135506513040
Binary100110011000100110100101010111011010001101011011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99890A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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