#98870A

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

Shades of Hacienda #98870A

Tints of Hacienda #98870A

Color information

#98870A (or 0x98870A) is unknown color: approx Hacienda. HEX triplet: 98, 87 and 0A. RGB value is (152,135,10). Sum of RGB (Red+Green+Blue) = 152+135+10=297 (39% of max value = 765). Red value is 152 (59.77% from 255 or 51.18% from 297); Green value is 135 (53.12% from 255 or 45.45% from 297); Blue value is 10 (4.30% from 255 or 3.37% from 297); Max value from RGB is 152 - color contains mainly: red. Hex color #98870A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #98870A is #6778F5. Grayscale: #7E7E7E. Windows color (decimal): -6781174 or 690072. OLE color: 690072.

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

Color convert

RGB15213510-
CMYK00.110.930.40
HSL52.82º87.65%31.76%-
HSV(B)52.82º93.42%59.61%-
XYZ21.6724.033.78-
YUV125.8362.63146.66-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 51.18%
GREEN value IS 135 (53.12% from 255) = 45.45%
BLUE value IS 10 (4.30% from 255) = 3.37%
R=51.18%
G=45.45%
B=3.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.93
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521351000.110.930.4052.8287.6531.76
Hex9887A0B5D28355820
Octal23020712013135506513040
Binary100110001000011110100101110111011010001101011011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98870A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,135,10); }

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

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

 a { background-color: rgb(152,135,10); }

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

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

 span { border-color: rgb(152,135,10); }

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