#936056

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

Shades of Au Chico #936056

Tints of Au Chico #936056

Color information

#936056 (or 0x936056) is unknown color: approx Au Chico. HEX triplet: 93, 60 and 56. RGB value is (147,96,86). Sum of RGB (Red+Green+Blue) = 147+96+86=329 (43% of max value = 765). Red value is 147 (57.81% from 255 or 44.68% from 329); Green value is 96 (37.89% from 255 or 29.18% from 329); Blue value is 86 (33.98% from 255 or 26.14% from 329); Max value from RGB is 147 - color contains mainly: red. Hex color #936056 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #936056 is #6C9FA9. Grayscale: #6E6E6E. Windows color (decimal): -7118762 or 5660819. OLE color: 5660819.

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

Color convert

RGB1479686-
CMYK00.350.410.42
HSL9.84º26.18%45.69%-
HSV(B)9.84º41.5%57.65%-
XYZ17.915.2410.8-
YUV110.11114.4154.31-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 44.68%
GREEN value IS 96 (37.89% from 255) = 29.18%
BLUE value IS 86 (33.98% from 255) = 26.14%
R=44.68%
G=29.18%
B=26.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.41
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147968600.350.410.429.8426.1845.69
Hex936056023292Aa1a2e
Octal2231401260435152123256
Binary10010011110000010101100100011101001101010101011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #936056; }

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

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

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

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

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

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

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

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