#987A0B

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

Shades of Hacienda #987A0B

Tints of Hacienda #987A0B

Color information

#987A0B (or 0x987A0B) is unknown color: approx Hacienda. HEX triplet: 98, 7A and 0B. RGB value is (152,122,11). Sum of RGB (Red+Green+Blue) = 152+122+11=285 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.33% from 285); Green value is 122 (48.05% from 255 or 42.81% from 285); Blue value is 11 (4.69% from 255 or 3.86% from 285); Max value from RGB is 152 - color contains mainly: red. Hex color #987A0B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #987A0B is #6785F4. Grayscale: #767676. Windows color (decimal): -6784501 or 752280. OLE color: 752280.

HSL color Cylindrical-coordinate representation of color #987A0B: hue angle of 47.23º degrees, saturation: 0.87, 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 #987A0B is Cyan = 0, Magento = 0.20, Yellow = 0.93 and Black (K on CMYK) = 0.40.

Color convert

RGB15212211-
CMYK00.200.930.40
HSL47.23º86.5%31.96%-
HSV(B)47.23º92.76%59.61%-
XYZ19.9720.623.24-
YUV118.3267.44152.03-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 53.33%
GREEN value IS 122 (48.05% from 255) = 42.81%
BLUE value IS 11 (4.69% from 255) = 3.86%
R=53.33%
G=42.81%
B=3.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.93
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521221100.200.930.4047.2386.531.96
Hex987AB0145D282f5720
Octal23017213024135505712740
Binary100110001111010101101010010111011010001011111010111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987A0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #987A0B; }

 p { color: rgb(152,122,11); }

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

<style>
 a { background-color: #987A0B; }

 a { background-color: rgb(152,122,11); }

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

<style>
 span { border-color: #987A0B; }

 span { border-color: rgb(152,122,11); }

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