#975F54

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

Shades of Au Chico #975F54

Tints of Au Chico #975F54

Color information

#975F54 (or 0x975F54) is unknown color: approx Au Chico. HEX triplet: 97, 5F and 54. RGB value is (151,95,84). Sum of RGB (Red+Green+Blue) = 151+95+84=330 (43% of max value = 765). Red value is 151 (59.38% from 255 or 45.76% from 330); Green value is 95 (37.5% from 255 or 28.79% from 330); Blue value is 84 (33.20% from 255 or 25.45% from 330); Max value from RGB is 151 - color contains mainly: red. Hex color #975F54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975F54 is #68A0AB. Grayscale: #6E6E6E. Windows color (decimal): -6856876 or 5529495. OLE color: 5529495.

HSL color Cylindrical-coordinate representation of color #975F54: hue angle of 9.85º 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 #975F54 is Cyan = 0, Magento = 0.37, Yellow = 0.44 and Black (K on CMYK) = 0.41.

Color convert

RGB1519584-
CMYK00.370.440.41
HSL9.85º28.51%46.08%-
HSV(B)9.85º44.37%59.22%-
XYZ18.4515.410.39-
YUV110.49113.05156.89-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 45.76%
GREEN value IS 95 (37.5% from 255) = 28.79%
BLUE value IS 84 (33.20% from 255) = 25.45%
R=45.76%
G=28.79%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.44
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151958400.370.440.419.8528.5146.08
Hex975F540252C29a1d2e
Octal2271371240455451123556
Binary10010111101111110101000100101101100101001101011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975F54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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