#976556

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

Shades of Au Chico #976556

Tints of Au Chico #976556

Color information

#976556 (or 0x976556) is unknown color: approx Au Chico. HEX triplet: 97, 65 and 56. RGB value is (151,101,86). Sum of RGB (Red+Green+Blue) = 151+101+86=338 (44% of max value = 765). Red value is 151 (59.38% from 255 or 44.67% from 338); Green value is 101 (39.84% from 255 or 29.88% from 338); Blue value is 86 (33.98% from 255 or 25.44% from 338); Max value from RGB is 151 - color contains mainly: red. Hex color #976556 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976556 is #689AA9. Grayscale: #727272. Windows color (decimal): -6855338 or 5662103. OLE color: 5662103.

HSL color Cylindrical-coordinate representation of color #976556: hue angle of 13.85º 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 #976556 is Cyan = 0, Magento = 0.33, Yellow = 0.43 and Black (K on CMYK) = 0.41.

Color convert

RGB15110186-
CMYK00.330.430.41
HSL13.85º27.43%46.47%-
HSV(B)13.85º43.05%59.22%-
XYZ19.116.5610.99-
YUV114.24112.06154.22-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 44.67%
GREEN value IS 101 (39.84% from 255) = 29.88%
BLUE value IS 86 (33.98% from 255) = 25.44%
R=44.67%
G=29.88%
B=25.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.43
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511018600.330.430.4113.8527.4346.47
Hex9765560212B29e1b2e
Octal2271451260415351163356
Binary10010111110010110101100100001101011101001111011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #976556; }

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

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

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

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

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

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

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

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