#956456

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

Shades of Au Chico #956456

Tints of Au Chico #956456

Color information

#956456 (or 0x956456) is unknown color: approx Au Chico. HEX triplet: 95, 64 and 56. RGB value is (149,100,86). Sum of RGB (Red+Green+Blue) = 149+100+86=335 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.48% from 335); Green value is 100 (39.45% from 255 or 29.85% from 335); Blue value is 86 (33.98% from 255 or 25.67% from 335); Max value from RGB is 149 - color contains mainly: red. Hex color #956456 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956456 is #6A9BA9. Grayscale: #717171. Windows color (decimal): -6986666 or 5661845. OLE color: 5661845.

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

Color convert

RGB14910086-
CMYK00.330.420.42
HSL13.33º26.81%46.08%-
HSV(B)13.33º42.28%58.43%-
XYZ18.6316.1810.94-
YUV113.06112.73153.64-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 44.48%
GREEN value IS 100 (39.45% from 255) = 29.85%
BLUE value IS 86 (33.98% from 255) = 25.67%
R=44.48%
G=29.85%
B=25.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.42
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491008600.330.420.4213.3326.8146.08
Hex9564560212A2Ad1b2e
Octal2251441260415252153356
Binary10010101110010010101100100001101010101010110111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #956456; }

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

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

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

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

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

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

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

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