#956556

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

Shades of Au Chico #956556

Tints of Au Chico #956556

Color information

#956556 (or 0x956556) is unknown color: approx Au Chico. HEX triplet: 95, 65 and 56. RGB value is (149,101,86). Sum of RGB (Red+Green+Blue) = 149+101+86=336 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.35% from 336); Green value is 101 (39.84% from 255 or 30.06% from 336); Blue value is 86 (33.98% from 255 or 25.60% from 336); Max value from RGB is 149 - color contains mainly: red. Hex color #956556 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956556 is #6A9AA9. Grayscale: #717171. Windows color (decimal): -6986410 or 5662101. OLE color: 5662101.

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

Color convert

RGB14910186-
CMYK00.320.420.42
HSL14.29º26.81%46.08%-
HSV(B)14.29º42.28%58.43%-
XYZ18.7316.3710.98-
YUV113.64112.4153.22-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 44.35%
GREEN value IS 101 (39.84% from 255) = 30.06%
BLUE value IS 86 (33.98% from 255) = 25.60%
R=44.35%
G=30.06%
B=25.60%

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
Decimal1491018600.320.420.4214.2926.8146.08
Hex9565560202A2Ae1b2e
Octal2251451260405252163356
Binary10010101110010110101100100000101010101010111011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #956556; }

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

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

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

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

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

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

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

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