#98860F

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

Shades of Hacienda #98860F

Tints of Hacienda #98860F

Color information

#98860F (or 0x98860F) is unknown color: approx Hacienda. HEX triplet: 98, 86 and 0F. RGB value is (152,134,15). Sum of RGB (Red+Green+Blue) = 152+134+15=301 (39% of max value = 765). Red value is 152 (59.77% from 255 or 50.50% from 301); Green value is 134 (52.73% from 255 or 44.52% from 301); Blue value is 15 (6.25% from 255 or 4.98% from 301); Max value from RGB is 152 - color contains mainly: red. Hex color #98860F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #98860F is #6779F0. Grayscale: #7E7E7E. Windows color (decimal): -6781425 or 1017496. OLE color: 1017496.

HSL color Cylindrical-coordinate representation of color #98860F: hue angle of 52.12º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #98860F is Cyan = 0, Magento = 0.12, Yellow = 0.90 and Black (K on CMYK) = 0.40.

Color convert

RGB15213415-
CMYK00.120.900.40
HSL52.12º82.04%32.75%-
HSV(B)52.12º90.13%59.61%-
XYZ21.5623.763.9-
YUV125.8265.46146.68-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 50.50%
GREEN value IS 134 (52.73% from 255) = 44.52%
BLUE value IS 15 (6.25% from 255) = 4.98%
R=50.50%
G=44.52%
B=4.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.90
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521341500.120.900.4052.1282.0432.75
Hex9886F0C5A28345221
Octal23020617014132506412241
Binary100110001000011011110110010110101010001101001010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98860F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98860F; }

 p { color: rgb(152,134,15); }

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

<style>
 a { background-color: #98860F; }

 a { background-color: rgb(152,134,15); }

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

<style>
 span { border-color: #98860F; }

 span { border-color: rgb(152,134,15); }

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