#956056

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

Shades of Au Chico #956056

Tints of Au Chico #956056

Color information

#956056 (or 0x956056) is unknown color: approx Au Chico. HEX triplet: 95, 60 and 56. RGB value is (149,96,86). Sum of RGB (Red+Green+Blue) = 149+96+86=331 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.02% from 331); Green value is 96 (37.89% from 255 or 29.00% from 331); Blue value is 86 (33.98% from 255 or 25.98% from 331); Max value from RGB is 149 - color contains mainly: red. Hex color #956056 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956056 is #6A9FA9. Grayscale: #6E6E6E. Windows color (decimal): -6987690 or 5660821. OLE color: 5660821.

HSL color Cylindrical-coordinate representation of color #956056: hue angle of 9.52º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #956056 is Cyan = 0, Magento = 0.36, Yellow = 0.42 and Black (K on CMYK) = 0.42.

Color convert

RGB1499686-
CMYK00.360.420.42
HSL9.52º26.81%46.08%-
HSV(B)9.52º42.28%58.43%-
XYZ18.2615.4310.82-
YUV110.71114.06155.31-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.02%
GREEN value IS 96 (37.89% from 255) = 29.00%
BLUE value IS 86 (33.98% from 255) = 25.98%
R=45.02%
G=29.00%
B=25.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.42
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149968600.360.420.429.5226.8146.08
Hex9560560242A2Aa1b2e
Octal2251401260445252123356
Binary10010101110000010101100100100101010101010101011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #956056; }

 p { color: rgb(149,96,86); }

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

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

 a { background-color: rgb(149,96,86); }

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

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

 span { border-color: rgb(149,96,86); }

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