#976756

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

Shades of Au Chico #976756

Tints of Au Chico #976756

Color information

#976756 (or 0x976756) is unknown color: approx Au Chico. HEX triplet: 97, 67 and 56. RGB value is (151,103,86). Sum of RGB (Red+Green+Blue) = 151+103+86=340 (45% of max value = 765). Red value is 151 (59.38% from 255 or 44.41% from 340); Green value is 103 (40.62% from 255 or 30.29% from 340); Blue value is 86 (33.98% from 255 or 25.29% from 340); Max value from RGB is 151 - color contains mainly: red. Hex color #976756 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976756 is #6898A9. Grayscale: #737373. Windows color (decimal): -6854826 or 5662615. OLE color: 5662615.

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

Color convert

RGB15110386-
CMYK00.320.430.41
HSL15.69º27.43%46.47%-
HSV(B)15.69º43.05%59.22%-
XYZ19.2916.9511.06-
YUV115.41111.4153.38-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 44.41%
GREEN value IS 103 (40.62% from 255) = 30.29%
BLUE value IS 86 (33.98% from 255) = 25.29%
R=44.41%
G=30.29%
B=25.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.43
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511038600.320.430.4115.6927.4346.47
Hex9767560202B29101b2e
Octal2271471260405351203356
Binary100101111100111101011001000001010111010011000011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #976756; }

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

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

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

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

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

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

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

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