#585640

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

Shades of Millbrook #585640

Tints of Millbrook #585640

Color information

#585640 (or 0x585640) is unknown color: approx Millbrook. HEX triplet: 58, 56 and 40. RGB value is (88,86,64). Sum of RGB (Red+Green+Blue) = 88+86+64=238 (31% of max value = 765). Red value is 88 (34.77% from 255 or 36.97% from 238); Green value is 86 (33.98% from 255 or 36.13% from 238); Blue value is 64 (25.39% from 255 or 26.89% from 238); Max value from RGB is 88 - color contains mainly: red. Hex color #585640 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585640 is #A7A9BF. Grayscale: #545454. Windows color (decimal): -10987968 or 4216408. OLE color: 4216408.

HSL color Cylindrical-coordinate representation of color #585640: hue angle of 55º degrees, saturation: 0.16, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #585640 is Cyan = 0, Magento = 0.02, Yellow = 0.27 and Black (K on CMYK) = 0.65.

Color convert

RGB888664-
CMYK00.020.270.65
HSL55º15.79%29.8%-
HSV(B)55º27.27%34.51%-
XYZ8.289.16.17-
YUV84.09116.66130.79-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 36.97%
GREEN value IS 86 (33.98% from 255) = 36.13%
BLUE value IS 64 (25.39% from 255) = 26.89%
R=36.97%
G=36.13%
B=26.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.27
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88866400.020.270.655515.7929.8
Hex585640021B4137101e
Octal1301261000233101672036
Binary1011000101011010000000101101110000011101111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585640; }

 p { color: rgb(88,86,64); }

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

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

 a { background-color: rgb(88,86,64); }

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

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

 span { border-color: rgb(88,86,64); }

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