#975E56

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

Shades of Au Chico #975E56

Tints of Au Chico #975E56

Color information

#975E56 (or 0x975E56) is unknown color: approx Au Chico. HEX triplet: 97, 5E and 56. RGB value is (151,94,86). Sum of RGB (Red+Green+Blue) = 151+94+86=331 (43% of max value = 765). Red value is 151 (59.38% from 255 or 45.62% from 331); Green value is 94 (37.11% from 255 or 28.40% from 331); Blue value is 86 (33.98% from 255 or 25.98% from 331); Max value from RGB is 151 - color contains mainly: red. Hex color #975E56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975E56 is #68A1A9. Grayscale: #6E6E6E. Windows color (decimal): -6857130 or 5660311. OLE color: 5660311.

HSL color Cylindrical-coordinate representation of color #975E56: hue angle of 7.38º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #975E56 is Cyan = 0, Magento = 0.38, Yellow = 0.43 and Black (K on CMYK) = 0.41.

Color convert

RGB1519486-
CMYK00.380.430.41
HSL7.38º27.43%46.47%-
HSV(B)7.38º43.05%59.22%-
XYZ18.4415.2610.78-
YUV110.13114.38157.15-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 45.62%
GREEN value IS 94 (37.11% from 255) = 28.40%
BLUE value IS 86 (33.98% from 255) = 25.98%
R=45.62%
G=28.40%
B=25.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.43
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151948600.380.430.417.3827.4346.47
Hex975E560262B2971b2e
Octal227136126046535173356
Binary1001011110111101010110010011010101110100111111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975E56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #975E56; }

 p { color: rgb(151,94,86); }

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

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

 a { background-color: rgb(151,94,86); }

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

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

 span { border-color: rgb(151,94,86); }

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