#936355

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

Shades of Au Chico #936355

Tints of Au Chico #936355

Color information

#936355 (or 0x936355) is unknown color: approx Au Chico. HEX triplet: 93, 63 and 55. RGB value is (147,99,85). Sum of RGB (Red+Green+Blue) = 147+99+85=331 (43% of max value = 765). Red value is 147 (57.81% from 255 or 44.41% from 331); Green value is 99 (39.06% from 255 or 29.91% from 331); Blue value is 85 (33.59% from 255 or 25.68% from 331); Max value from RGB is 147 - color contains mainly: red. Hex color #936355 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #936355 is #6C9CAA. Grayscale: #6F6F6F. Windows color (decimal): -7117995 or 5596051. OLE color: 5596051.

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

Color convert

RGB1479985-
CMYK00.330.420.42
HSL13.55º26.72%45.49%-
HSV(B)13.55º42.18%57.65%-
XYZ18.1315.7810.68-
YUV111.76112.9153.14-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 44.41%
GREEN value IS 99 (39.06% from 255) = 29.91%
BLUE value IS 85 (33.59% from 255) = 25.68%
R=44.41%
G=29.91%
B=25.68%

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
Decimal147998500.330.420.4213.5526.7245.49
Hex9363550212A2Ae1b2d
Octal2231431250415252163355
Binary10010011110001110101010100001101010101010111011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #936355; }

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

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

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

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

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

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

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

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