#995F57

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

Shades of Au Chico #995F57

Tints of Au Chico #995F57

Color information

#995F57 (or 0x995F57) is unknown color: approx Au Chico. HEX triplet: 99, 5F and 57. RGB value is (153,95,87). Sum of RGB (Red+Green+Blue) = 153+95+87=335 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.67% from 335); Green value is 95 (37.5% from 255 or 28.36% from 335); Blue value is 87 (34.38% from 255 or 25.97% from 335); Max value from RGB is 153 - color contains mainly: red. Hex color #995F57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995F57 is #66A0A8. Grayscale: #6F6F6F. Windows color (decimal): -6725801 or 5726105. OLE color: 5726105.

HSL color Cylindrical-coordinate representation of color #995F57: hue angle of 7.27º degrees, saturation: 0.28, 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 #995F57 is Cyan = 0, Magento = 0.38, Yellow = 0.43 and Black (K on CMYK) = 0.4.

Color convert

RGB1539587-
CMYK00.380.430.4
HSL7.27º27.5%47.06%-
HSV(B)7.27º43.14%60%-
XYZ18.9515.6411.04-
YUV111.43114.22157.65-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 45.67%
GREEN value IS 95 (37.5% from 255) = 28.36%
BLUE value IS 87 (34.38% from 255) = 25.97%
R=45.67%
G=28.36%
B=25.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.43
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153958700.380.430.47.2727.547.06
Hex995F570262B2871c2f
Octal231137127046535073457
Binary1001100110111111010111010011010101110100011111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995F57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995F57; }

 p { color: rgb(153,95,87); }

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

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

 a { background-color: rgb(153,95,87); }

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

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

 span { border-color: rgb(153,95,87); }

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