#956757

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

Shades of Au Chico #956757

Tints of Au Chico #956757

Color information

#956757 (or 0x956757) is unknown color: approx Au Chico. HEX triplet: 95, 67 and 57. RGB value is (149,103,87). Sum of RGB (Red+Green+Blue) = 149+103+87=339 (44% of max value = 765). Red value is 149 (58.59% from 255 or 43.95% from 339); Green value is 103 (40.62% from 255 or 30.38% from 339); Blue value is 87 (34.38% from 255 or 25.66% from 339); Max value from RGB is 149 - color contains mainly: red. Hex color #956757 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956757 is #6A98A8. Grayscale: #737373. Windows color (decimal): -6985897 or 5728149. OLE color: 5728149.

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

Color convert

RGB14910387-
CMYK00.310.420.42
HSL15.48º26.27%46.27%-
HSV(B)15.48º41.61%58.43%-
XYZ18.9616.7811.26-
YUV114.93112.24152.3-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 43.95%
GREEN value IS 103 (40.62% from 255) = 30.38%
BLUE value IS 87 (34.38% from 255) = 25.66%
R=43.95%
G=30.38%
B=25.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.42
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491038700.310.420.4215.4826.2746.27
Hex95675701F2A2Af1a2e
Octal2251471270375252173256
Binary1001010111001111010111011111101010101010111111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956757

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #956757; }

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

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

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

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

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

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

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

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