#956053

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

Shades of Au Chico #956053

Tints of Au Chico #956053

Color information

#956053 (or 0x956053) is unknown color: approx Au Chico. HEX triplet: 95, 60 and 53. RGB value is (149,96,83). Sum of RGB (Red+Green+Blue) = 149+96+83=328 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.43% from 328); Green value is 96 (37.89% from 255 or 29.27% from 328); Blue value is 83 (32.81% from 255 or 25.30% from 328); Max value from RGB is 149 - color contains mainly: red. Hex color #956053 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956053 is #6A9FAC. Grayscale: #6E6E6E. Windows color (decimal): -6987693 or 5464213. OLE color: 5464213.

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

Color convert

RGB1499683-
CMYK00.360.440.42
HSL11.82º28.45%45.49%-
HSV(B)11.82º44.3%58.43%-
XYZ18.1415.3810.2-
YUV110.36112.56155.56-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.43%
GREEN value IS 96 (37.89% from 255) = 29.27%
BLUE value IS 83 (32.81% from 255) = 25.30%
R=45.43%
G=29.27%
B=25.30%

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
Decimal149968300.360.440.4211.8228.4545.49
Hex9560530242C2Ac1c2d
Octal2251401230445452143455
Binary10010101110000010100110100100101100101010110011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #956053; }

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

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

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

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

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

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

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

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