#936055

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

Shades of Au Chico #936055

Tints of Au Chico #936055

Color information

#936055 (or 0x936055) is unknown color: approx Au Chico. HEX triplet: 93, 60 and 55. RGB value is (147,96,85). Sum of RGB (Red+Green+Blue) = 147+96+85=328 (43% of max value = 765). Red value is 147 (57.81% from 255 or 44.82% from 328); Green value is 96 (37.89% from 255 or 29.27% from 328); Blue value is 85 (33.59% from 255 or 25.91% from 328); Max value from RGB is 147 - color contains mainly: red. Hex color #936055 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #936055 is #6C9FAA. Grayscale: #6E6E6E. Windows color (decimal): -7118763 or 5595283. OLE color: 5595283.

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

Color convert

RGB1479685-
CMYK00.350.420.42
HSL10.65º26.72%45.49%-
HSV(B)10.65º42.18%57.65%-
XYZ17.8615.2210.59-
YUV109.99113.9154.39-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 44.82%
GREEN value IS 96 (37.89% from 255) = 29.27%
BLUE value IS 85 (33.59% from 255) = 25.91%
R=44.82%
G=29.27%
B=25.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.42
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147968500.350.420.4210.6526.7245.49
Hex9360550232A2Ab1b2d
Octal2231401250435252133355
Binary10010011110000010101010100011101010101010101111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #936055; }

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

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

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

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

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

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

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

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