#986757

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

Shades of Au Chico #986757

Tints of Au Chico #986757

Color information

#986757 (or 0x986757) is unknown color: approx Au Chico. HEX triplet: 98, 67 and 57. RGB value is (152,103,87). Sum of RGB (Red+Green+Blue) = 152+103+87=342 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.44% from 342); Green value is 103 (40.62% from 255 or 30.12% from 342); Blue value is 87 (34.38% from 255 or 25.44% from 342); Max value from RGB is 152 - color contains mainly: red. Hex color #986757 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986757 is #6798A8. Grayscale: #737373. Windows color (decimal): -6789289 or 5728152. OLE color: 5728152.

HSL color Cylindrical-coordinate representation of color #986757: hue angle of 14.77º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #986757 is Cyan = 0, Magento = 0.32, Yellow = 0.43 and Black (K on CMYK) = 0.40.

Color convert

RGB15210387-
CMYK00.320.430.40
HSL14.77º27.2%46.86%-
HSV(B)14.77º42.76%59.61%-
XYZ19.5217.0611.28-
YUV115.83111.73153.8-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 44.44%
GREEN value IS 103 (40.62% from 255) = 30.12%
BLUE value IS 87 (34.38% from 255) = 25.44%
R=44.44%
G=30.12%
B=25.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.43
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521038700.320.430.4014.7727.246.86
Hex9867570202B28f1b2f
Octal2301471270405350173357
Binary10011000110011110101110100000101011101000111111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986757

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #986757; }

 p { color: rgb(152,103,87); }

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

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

 a { background-color: rgb(152,103,87); }

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

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

 span { border-color: rgb(152,103,87); }

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