#5E5642

Color #5E5642 Millbrook (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Millbrook #5E5642

Tints of Millbrook #5E5642

Color information

#5E5642 (or 0x5E5642) is unknown color: approx Millbrook. HEX triplet: 5E, 56 and 42. RGB value is (94,86,66). Sum of RGB (Red+Green+Blue) = 94+86+66=246 (32% of max value = 765). Red value is 94 (37.11% from 255 or 38.21% from 246); Green value is 86 (33.98% from 255 or 34.96% from 246); Blue value is 66 (26.17% from 255 or 26.83% from 246); Max value from RGB is 94 - color contains mainly: red. Hex color #5E5642 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E5642 is #A1A9BD. Grayscale: #565656. Windows color (decimal): -10594750 or 4347486. OLE color: 4347486.

HSL color Cylindrical-coordinate representation of color #5E5642: hue angle of 42.86º degrees, saturation: 0.18, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #5E5642 is Cyan = 0, Magento = 0.09, Yellow = 0.30 and Black (K on CMYK) = 0.63.

Color convert

RGB948666-
CMYK00.090.300.63
HSL42.86º17.5%31.37%-
HSV(B)42.86º29.79%36.86%-
XYZ8.939.436.5-
YUV86.11116.65133.63-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 38.21%
GREEN value IS 86 (33.98% from 255) = 34.96%
BLUE value IS 66 (26.17% from 255) = 26.83%
R=38.21%
G=34.96%
B=26.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.30
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94866600.090.300.6342.8617.531.37
Hex5E5642091E3F2b121f
Octal1361261020113677532237
Binary10111101010110100001001001111101111111010111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E5642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5E5642; }

 p { color: rgb(94,86,66); }

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

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

 a { background-color: rgb(94,86,66); }

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

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

 span { border-color: rgb(94,86,66); }

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