Html Css Color HEX #585640 Millbrook

📋 copy color: '#585640'

red 88 ◦ green 86 ◦ blue 64

#585640
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Millbrook #585640

Tints of Millbrook #585640

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 value IS 0

 M value IS 0.02

 Y value IS 0.27

 K value IS 0.65

RGB Variations

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

Color information

#585640 (or 0x585640) is known color: 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

RGB 88 86 64 -
CMYK 0 0.02 0.27 0.65
HSL 55º 0.16% 0.3% -
HSV(B) 55º 0.27% 0.35% -
XYZ 8.28 9.1 6.17 -
YUV 84.09 116.66 130.79 -
System Red Green Blue C M Y K H S L
Decimal 88 86 64 0 0.02 0.27 0.65 55 0.16 0.3
Hex 58 56 40 0 2 1B 41 37 10 1E
Octal 130 126 100 0 2 33 101 67 20 36
Binary 1011000 1010110 1000000 0 10 11011 1000001 110111 10000 11110

Color Harmonies of #585640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585640

Black with #585640

Text Example


Text Example

White with #585640

Text Example


Text Example

HTML Codes & Css Web 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>