#956657

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

Shades of Au Chico #956657

Tints of Au Chico #956657

Color information

#956657 (or 0x956657) is unknown color: approx Au Chico. HEX triplet: 95, 66 and 57. RGB value is (149,102,87). Sum of RGB (Red+Green+Blue) = 149+102+87=338 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.08% from 338); Green value is 102 (40.23% from 255 or 30.18% from 338); Blue value is 87 (34.38% from 255 or 25.74% from 338); Max value from RGB is 149 - color contains mainly: red. Hex color #956657 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956657 is #6A99A8. Grayscale: #727272. Windows color (decimal): -6986153 or 5727893. OLE color: 5727893.

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

Color convert

RGB14910287-
CMYK00.320.420.42
HSL14.52º26.27%46.27%-
HSV(B)14.52º41.61%58.43%-
XYZ18.8716.5811.22-
YUV114.34112.57152.72-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 44.08%
GREEN value IS 102 (40.23% from 255) = 30.18%
BLUE value IS 87 (34.38% from 255) = 25.74%
R=44.08%
G=30.18%
B=25.74%

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
Decimal1491028700.320.420.4214.5226.2746.27
Hex9566570202A2Af1a2e
Octal2251461270405252173256
Binary10010101110011010101110100000101010101010111111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956657

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #956657; }

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

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

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

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

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

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

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

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