#976256

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

Shades of Au Chico #976256

Tints of Au Chico #976256

Color information

#976256 (or 0x976256) is unknown color: approx Au Chico. HEX triplet: 97, 62 and 56. RGB value is (151,98,86). Sum of RGB (Red+Green+Blue) = 151+98+86=335 (44% of max value = 765). Red value is 151 (59.38% from 255 or 45.07% from 335); Green value is 98 (38.67% from 255 or 29.25% from 335); Blue value is 86 (33.98% from 255 or 25.67% from 335); Max value from RGB is 151 - color contains mainly: red. Hex color #976256 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976256 is #689DA9. Grayscale: #707070. Windows color (decimal): -6856106 or 5661335. OLE color: 5661335.

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

Color convert

RGB1519886-
CMYK00.350.430.41
HSL11.08º27.43%46.47%-
HSV(B)11.08º43.05%59.22%-
XYZ18.8115.9910.9-
YUV112.48113.06155.48-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 45.07%
GREEN value IS 98 (38.67% from 255) = 29.25%
BLUE value IS 86 (33.98% from 255) = 25.67%
R=45.07%
G=29.25%
B=25.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.43
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151988600.350.430.4111.0827.4346.47
Hex9762560232B29b1b2e
Octal2271421260435351133356
Binary10010111110001010101100100011101011101001101111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #976256; }

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

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

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

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

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

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

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

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