#956257

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

Shades of Au Chico #956257

Tints of Au Chico #956257

Color information

#956257 (or 0x956257) is unknown color: approx Au Chico. HEX triplet: 95, 62 and 57. RGB value is (149,98,87). Sum of RGB (Red+Green+Blue) = 149+98+87=334 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.61% from 334); Green value is 98 (38.67% from 255 or 29.34% from 334); Blue value is 87 (34.38% from 255 or 26.05% from 334); Max value from RGB is 149 - color contains mainly: red. Hex color #956257 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956257 is #6A9DA8. Grayscale: #707070. Windows color (decimal): -6987177 or 5726869. OLE color: 5726869.

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

Color convert

RGB1499887-
CMYK00.340.420.42
HSL10.65º26.27%46.27%-
HSV(B)10.65º41.61%58.43%-
XYZ18.4815.8111.09-
YUV112113.9154.39-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 44.61%
GREEN value IS 98 (38.67% from 255) = 29.34%
BLUE value IS 87 (34.38% from 255) = 26.05%
R=44.61%
G=29.34%
B=26.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.42
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149988700.340.420.4210.6526.2746.27
Hex9562570222A2Ab1a2e
Octal2251421270425252133256
Binary10010101110001010101110100010101010101010101111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #956257; }

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

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

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

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

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

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

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

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