#956155

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

Shades of Au Chico #956155

Tints of Au Chico #956155

Color information

#956155 (or 0x956155) is unknown color: approx Au Chico. HEX triplet: 95, 61 and 55. RGB value is (149,97,85). Sum of RGB (Red+Green+Blue) = 149+97+85=331 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.02% from 331); Green value is 97 (38.28% from 255 or 29.31% from 331); Blue value is 85 (33.59% from 255 or 25.68% from 331); Max value from RGB is 149 - color contains mainly: red. Hex color #956155 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956155 is #6A9EAA. Grayscale: #6F6F6F. Windows color (decimal): -6987435 or 5595541. OLE color: 5595541.

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

Color convert

RGB1499785-
CMYK00.350.430.42
HSL11.25º27.35%45.88%-
HSV(B)11.25º42.95%58.43%-
XYZ18.3115.5910.64-
YUV111.18113.23154.98-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.02%
GREEN value IS 97 (38.28% from 255) = 29.31%
BLUE value IS 85 (33.59% from 255) = 25.68%
R=45.02%
G=29.31%
B=25.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.43
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149978500.350.430.4211.2527.3545.88
Hex9561550232B2Ab1b2e
Octal2251411250435352133356
Binary10010101110000110101010100011101011101010101111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #956155; }

 p { color: rgb(149,97,85); }

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

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

 a { background-color: rgb(149,97,85); }

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

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

 span { border-color: rgb(149,97,85); }

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