#986A5B

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

Shades of Au Chico #986A5B

Tints of Au Chico #986A5B

Color information

#986A5B (or 0x986A5B) is unknown color: approx Au Chico. HEX triplet: 98, 6A and 5B. RGB value is (152,106,91). Sum of RGB (Red+Green+Blue) = 152+106+91=349 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.55% from 349); Green value is 106 (41.80% from 255 or 30.37% from 349); Blue value is 91 (35.94% from 255 or 26.07% from 349); Max value from RGB is 152 - color contains mainly: red. Hex color #986A5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986A5B is #6795A4. Grayscale: #767676. Windows color (decimal): -6788517 or 5991064. OLE color: 5991064.

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

Color convert

RGB15210691-
CMYK00.300.400.40
HSL14.75º25.1%47.65%-
HSV(B)14.75º40.13%59.61%-
XYZ19.9917.7412.27-
YUV118.04112.74152.22-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 43.55%
GREEN value IS 106 (41.80% from 255) = 30.37%
BLUE value IS 91 (35.94% from 255) = 26.07%
R=43.55%
G=30.37%
B=26.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.40
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521069100.300.400.4014.7525.147.65
Hex986A5B01E2828f1930
Octal2301521330365050173160
Binary1001100011010101011011011110101000101000111111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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