#975E54

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

Shades of Au Chico #975E54

Tints of Au Chico #975E54

Color information

#975E54 (or 0x975E54) is unknown color: approx Au Chico. HEX triplet: 97, 5E and 54. RGB value is (151,94,84). Sum of RGB (Red+Green+Blue) = 151+94+84=329 (43% of max value = 765). Red value is 151 (59.38% from 255 or 45.90% from 329); Green value is 94 (37.11% from 255 or 28.57% from 329); Blue value is 84 (33.20% from 255 or 25.53% from 329); Max value from RGB is 151 - color contains mainly: red. Hex color #975E54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975E54 is #68A1AB. Grayscale: #6D6D6D. Windows color (decimal): -6857132 or 5529239. OLE color: 5529239.

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

Color convert

RGB1519484-
CMYK00.380.440.41
HSL8.96º28.51%46.08%-
HSV(B)8.96º44.37%59.22%-
XYZ18.3715.2210.36-
YUV109.9113.38157.31-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 45.90%
GREEN value IS 94 (37.11% from 255) = 28.57%
BLUE value IS 84 (33.20% from 255) = 25.53%
R=45.90%
G=28.57%
B=25.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.44
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151948400.380.440.418.9628.5146.08
Hex975E540262C2991d2e
Octal2271361240465451113556
Binary10010111101111010101000100110101100101001100111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975E54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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