#986559

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

Shades of Au Chico #986559

Tints of Au Chico #986559

Color information

#986559 (or 0x986559) is unknown color: approx Au Chico. HEX triplet: 98, 65 and 59. RGB value is (152,101,89). Sum of RGB (Red+Green+Blue) = 152+101+89=342 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.44% from 342); Green value is 101 (39.84% from 255 or 29.53% from 342); Blue value is 89 (35.16% from 255 or 26.02% from 342); Max value from RGB is 152 - color contains mainly: red. Hex color #986559 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986559 is #679AA6. Grayscale: #727272. Windows color (decimal): -6789799 or 5858712. OLE color: 5858712.

HSL color Cylindrical-coordinate representation of color #986559: hue angle of 11.43º 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 #986559 is Cyan = 0, Magento = 0.34, Yellow = 0.41 and Black (K on CMYK) = 0.40.

Color convert

RGB15210189-
CMYK00.340.410.40
HSL11.43º26.14%47.25%-
HSV(B)11.43º41.45%59.61%-
XYZ19.4116.711.65-
YUV114.88113.4154.48-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 44.44%
GREEN value IS 101 (39.84% from 255) = 29.53%
BLUE value IS 89 (35.16% from 255) = 26.02%
R=44.44%
G=29.53%
B=26.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.41
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521018900.340.410.4011.4326.1447.25
Hex9865590222928b1a2f
Octal2301451310425150133257
Binary10011000110010110110010100010101001101000101111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #986559; }

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

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

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

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

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

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

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

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