#956055

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

Shades of Au Chico #956055

Tints of Au Chico #956055

Color information

#956055 (or 0x956055) is unknown color: approx Au Chico. HEX triplet: 95, 60 and 55. RGB value is (149,96,85). Sum of RGB (Red+Green+Blue) = 149+96+85=330 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.15% from 330); Green value is 96 (37.89% from 255 or 29.09% from 330); Blue value is 85 (33.59% from 255 or 25.76% from 330); Max value from RGB is 149 - color contains mainly: red. Hex color #956055 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956055 is #6A9FAA. Grayscale: #6E6E6E. Windows color (decimal): -6987691 or 5595285. OLE color: 5595285.

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

Color convert

RGB1499685-
CMYK00.360.430.42
HSL10.31º27.35%45.88%-
HSV(B)10.31º42.95%58.43%-
XYZ18.2215.4110.61-
YUV110.59113.56155.39-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.15%
GREEN value IS 96 (37.89% from 255) = 29.09%
BLUE value IS 85 (33.59% from 255) = 25.76%
R=45.15%
G=29.09%
B=25.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.43
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149968500.360.430.4210.3127.3545.88
Hex9560550242B2Aa1b2e
Octal2251401250445352123356
Binary10010101110000010101010100100101011101010101011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #956055; }

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

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

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

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

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

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

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

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