#985F58

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

Shades of Au Chico #985F58

Tints of Au Chico #985F58

Color information

#985F58 (or 0x985F58) is unknown color: approx Au Chico. HEX triplet: 98, 5F and 58. RGB value is (152,95,88). Sum of RGB (Red+Green+Blue) = 152+95+88=335 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.37% from 335); Green value is 95 (37.5% from 255 or 28.36% from 335); Blue value is 88 (34.77% from 255 or 26.27% from 335); Max value from RGB is 152 - color contains mainly: red. Hex color #985F58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985F58 is #67A0A7. Grayscale: #6F6F6F. Windows color (decimal): -6791336 or 5791640. OLE color: 5791640.

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

Color convert

RGB1529588-
CMYK00.380.420.40
HSL6.56º26.67%47.06%-
HSV(B)6.56º42.11%59.61%-
XYZ18.815.5611.25-
YUV111.24114.88157.07-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 45.37%
GREEN value IS 95 (37.5% from 255) = 28.36%
BLUE value IS 88 (34.77% from 255) = 26.27%
R=45.37%
G=28.36%
B=26.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.42
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152958800.380.420.406.5626.6747.06
Hex985F580262A2871b2f
Octal230137130046525073357
Binary1001100010111111011000010011010101010100011111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985F58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985F58; }

 p { color: rgb(152,95,88); }

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

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

 a { background-color: rgb(152,95,88); }

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

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

 span { border-color: rgb(152,95,88); }

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