#998A0A

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

Shades of Hacienda #998A0A

Tints of Hacienda #998A0A

Color information

#998A0A (or 0x998A0A) is unknown color: approx Hacienda. HEX triplet: 99, 8A and 0A. RGB value is (153,138,10). Sum of RGB (Red+Green+Blue) = 153+138+10=301 (39% of max value = 765). Red value is 153 (60.16% from 255 or 50.83% from 301); Green value is 138 (54.30% from 255 or 45.85% from 301); Blue value is 10 (4.30% from 255 or 3.32% from 301); Max value from RGB is 153 - color contains mainly: red. Hex color #998A0A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #998A0A is #6675F5. Grayscale: #808080. Windows color (decimal): -6714870 or 690841. OLE color: 690841.

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

Color convert

RGB15313810-
CMYK00.100.930.4
HSL53.71º87.73%31.96%-
HSV(B)53.71º93.46%60%-
XYZ22.2824.973.93-
YUV127.8961.47145.91-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 50.83%
GREEN value IS 138 (54.30% from 255) = 45.85%
BLUE value IS 10 (4.30% from 255) = 3.32%
R=50.83%
G=45.85%
B=3.32%

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
Decimal1531381000.100.930.453.7187.7331.96
Hex998AA0A5D28365820
Octal23121212012135506613040
Binary100110011000101010100101010111011010001101101011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998A0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998A0A; }

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

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

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

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

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

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

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

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