#976958

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

Shades of Au Chico #976958

Tints of Au Chico #976958

Color information

#976958 (or 0x976958) is unknown color: approx Au Chico. HEX triplet: 97, 69 and 58. RGB value is (151,105,88). Sum of RGB (Red+Green+Blue) = 151+105+88=344 (45% of max value = 765). Red value is 151 (59.38% from 255 or 43.90% from 344); Green value is 105 (41.41% from 255 or 30.52% from 344); Blue value is 88 (34.77% from 255 or 25.58% from 344); Max value from RGB is 151 - color contains mainly: red. Hex color #976958 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976958 is #6896A7. Grayscale: #747474. Windows color (decimal): -6854312 or 5794199. OLE color: 5794199.

HSL color Cylindrical-coordinate representation of color #976958: hue angle of 16.19º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #976958 is Cyan = 0, Magento = 0.30, Yellow = 0.42 and Black (K on CMYK) = 0.41.

Color convert

RGB15110588-
CMYK00.300.420.41
HSL16.19º26.36%46.86%-
HSV(B)16.19º41.72%59.22%-
XYZ19.5817.3911.56-
YUV116.82111.74152.38-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 43.90%
GREEN value IS 105 (41.41% from 255) = 30.52%
BLUE value IS 88 (34.77% from 255) = 25.58%
R=43.90%
G=30.52%
B=25.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.42
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511058800.300.420.4116.1926.3646.86
Hex97695801E2A29101a2f
Octal2271511300365251203257
Binary10010111110100110110000111101010101010011000011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #976958; }

 p { color: rgb(151,105,88); }

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

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

 a { background-color: rgb(151,105,88); }

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

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

 span { border-color: rgb(151,105,88); }

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