#986A59

Color #986A59 Au Chico (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Au Chico #986A59

Tints of Au Chico #986A59

Color information

#986A59 (or 0x986A59) is unknown color: approx Au Chico. HEX triplet: 98, 6A and 59. RGB value is (152,106,89). Sum of RGB (Red+Green+Blue) = 152+106+89=347 (45% of max value = 765). Red value is 152 (59.77% from 255 or 43.80% from 347); Green value is 106 (41.80% from 255 or 30.55% from 347); Blue value is 89 (35.16% from 255 or 25.65% from 347); Max value from RGB is 152 - color contains mainly: red. Hex color #986A59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986A59 is #6795A6. Grayscale: #757575. Windows color (decimal): -6788519 or 5859992. OLE color: 5859992.

HSL color Cylindrical-coordinate representation of color #986A59: hue angle of 16.19º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #986A59 is Cyan = 0, Magento = 0.30, Yellow = 0.41 and Black (K on CMYK) = 0.40.

Color convert

RGB15210689-
CMYK00.300.410.40
HSL16.19º26.14%47.25%-
HSV(B)16.19º41.45%59.61%-
XYZ19.9117.711.82-
YUV117.82111.74152.38-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 43.80%
GREEN value IS 106 (41.80% from 255) = 30.55%
BLUE value IS 89 (35.16% from 255) = 25.65%
R=43.80%
G=30.55%
B=25.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.41
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521068900.300.410.4016.1926.1447.25
Hex986A5901E2928101a2f
Octal2301521310365150203257
Binary10011000110101010110010111101010011010001000011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986A59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #986A59; }

 p { color: rgb(152,106,89); }

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

<style>
 a { background-color: #986A59; }

 a { background-color: rgb(152,106,89); }

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

<style>
 span { border-color: #986A59; }

 span { border-color: rgb(152,106,89); }

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