#956557

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

Shades of Au Chico #956557

Tints of Au Chico #956557

Color information

#956557 (or 0x956557) is unknown color: approx Au Chico. HEX triplet: 95, 65 and 57. RGB value is (149,101,87). Sum of RGB (Red+Green+Blue) = 149+101+87=337 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.21% from 337); Green value is 101 (39.84% from 255 or 29.97% from 337); Blue value is 87 (34.38% from 255 or 25.82% from 337); Max value from RGB is 149 - color contains mainly: red. Hex color #956557 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956557 is #6A9AA8. Grayscale: #717171. Windows color (decimal): -6986409 or 5727637. OLE color: 5727637.

HSL color Cylindrical-coordinate representation of color #956557: hue angle of 13.55º degrees, saturation: 0.26, 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 #956557 is Cyan = 0, Magento = 0.32, Yellow = 0.42 and Black (K on CMYK) = 0.42.

Color convert

RGB14910187-
CMYK00.320.420.42
HSL13.55º26.27%46.27%-
HSV(B)13.55º41.61%58.43%-
XYZ18.7716.3911.19-
YUV113.76112.9153.14-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 44.21%
GREEN value IS 101 (39.84% from 255) = 29.97%
BLUE value IS 87 (34.38% from 255) = 25.82%
R=44.21%
G=29.97%
B=25.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.42
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491018700.320.420.4213.5526.2746.27
Hex9565570202A2Ae1a2e
Octal2251451270405252163256
Binary10010101110010110101110100000101010101010111011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #956557; }

 p { color: rgb(149,101,87); }

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

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

 a { background-color: rgb(149,101,87); }

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

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

 span { border-color: rgb(149,101,87); }

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