#936255

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

Shades of Au Chico #936255

Tints of Au Chico #936255

Color information

#936255 (or 0x936255) is unknown color: approx Au Chico. HEX triplet: 93, 62 and 55. RGB value is (147,98,85). Sum of RGB (Red+Green+Blue) = 147+98+85=330 (43% of max value = 765). Red value is 147 (57.81% from 255 or 44.55% from 330); Green value is 98 (38.67% from 255 or 29.70% from 330); Blue value is 85 (33.59% from 255 or 25.76% from 330); Max value from RGB is 147 - color contains mainly: red. Hex color #936255 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #936255 is #6C9DAA. Grayscale: #6F6F6F. Windows color (decimal): -7118251 or 5595795. OLE color: 5595795.

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

Color convert

RGB1479885-
CMYK00.330.420.42
HSL12.58º26.72%45.49%-
HSV(B)12.58º42.18%57.65%-
XYZ18.0415.5910.65-
YUV111.17113.23153.56-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 44.55%
GREEN value IS 98 (38.67% from 255) = 29.70%
BLUE value IS 85 (33.59% from 255) = 25.76%
R=44.55%
G=29.70%
B=25.76%

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
Decimal147988500.330.420.4212.5826.7245.49
Hex9362550212A2Ad1b2d
Octal2231421250415252153355
Binary10010011110001010101010100001101010101010110111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #936255; }

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

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

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

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

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

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

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

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