#976455

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

Shades of Au Chico #976455

Tints of Au Chico #976455

Color information

#976455 (or 0x976455) is unknown color: approx Au Chico. HEX triplet: 97, 64 and 55. RGB value is (151,100,85). Sum of RGB (Red+Green+Blue) = 151+100+85=336 (44% of max value = 765). Red value is 151 (59.38% from 255 or 44.94% from 336); Green value is 100 (39.45% from 255 or 29.76% from 336); Blue value is 85 (33.59% from 255 or 25.30% from 336); Max value from RGB is 151 - color contains mainly: red. Hex color #976455 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976455 is #689BAA. Grayscale: #717171. Windows color (decimal): -6855595 or 5596311. OLE color: 5596311.

HSL color Cylindrical-coordinate representation of color #976455: hue angle of 13.64º degrees, saturation: 0.28, 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 #976455 is Cyan = 0, Magento = 0.34, Yellow = 0.44 and Black (K on CMYK) = 0.41.

Color convert

RGB15110085-
CMYK00.340.440.41
HSL13.64º27.97%46.27%-
HSV(B)13.64º43.71%59.22%-
XYZ18.9616.3510.75-
YUV113.54111.9154.72-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 44.94%
GREEN value IS 100 (39.45% from 255) = 29.76%
BLUE value IS 85 (33.59% from 255) = 25.30%
R=44.94%
G=29.76%
B=25.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.44
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511008500.340.440.4113.6427.9746.27
Hex9764550222C29e1c2e
Octal2271441250425451163456
Binary10010111110010010101010100010101100101001111011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #976455; }

 p { color: rgb(151,100,85); }

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

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

 a { background-color: rgb(151,100,85); }

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

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

 span { border-color: rgb(151,100,85); }

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