#956054

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

Shades of Au Chico #956054

Tints of Au Chico #956054

Color information

#956054 (or 0x956054) is unknown color: approx Au Chico. HEX triplet: 95, 60 and 54. RGB value is (149,96,84). Sum of RGB (Red+Green+Blue) = 149+96+84=329 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.29% from 329); Green value is 96 (37.89% from 255 or 29.18% from 329); Blue value is 84 (33.20% from 255 or 25.53% from 329); Max value from RGB is 149 - color contains mainly: red. Hex color #956054 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956054 is #6A9FAB. Grayscale: #6E6E6E. Windows color (decimal): -6987692 or 5529749. OLE color: 5529749.

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

Color convert

RGB1499684-
CMYK00.360.440.42
HSL11.08º27.9%45.69%-
HSV(B)11.08º43.62%58.43%-
XYZ18.1815.410.4-
YUV110.48113.06155.48-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.29%
GREEN value IS 96 (37.89% from 255) = 29.18%
BLUE value IS 84 (33.20% from 255) = 25.53%
R=45.29%
G=29.18%
B=25.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.44
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149968400.360.440.4211.0827.945.69
Hex9560540242C2Ab1c2e
Octal2251401240445452133456
Binary10010101110000010101000100100101100101010101111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #956054; }

 p { color: rgb(149,96,84); }

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

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

 a { background-color: rgb(149,96,84); }

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

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

 span { border-color: rgb(149,96,84); }

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