#5B5640

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

Shades of Millbrook #5B5640

Tints of Millbrook #5B5640

Color information

#5B5640 (or 0x5B5640) is unknown color: approx Millbrook. HEX triplet: 5B, 56 and 40. RGB value is (91,86,64). Sum of RGB (Red+Green+Blue) = 91+86+64=241 (31% of max value = 765). Red value is 91 (35.94% from 255 or 37.76% from 241); Green value is 86 (33.98% from 255 or 35.68% from 241); Blue value is 64 (25.39% from 255 or 26.56% from 241); Max value from RGB is 91 - color contains mainly: red. Hex color #5B5640 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B5640 is #A4A9BF. Grayscale: #555555. Windows color (decimal): -10791360 or 4216411. OLE color: 4216411.

HSL color Cylindrical-coordinate representation of color #5B5640: hue angle of 48.89º degrees, saturation: 0.17, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #5B5640 is Cyan = 0, Magento = 0.05, Yellow = 0.30 and Black (K on CMYK) = 0.64.

Color convert

RGB918664-
CMYK00.050.300.64
HSL48.89º17.42%30.39%-
HSV(B)48.89º29.67%35.69%-
XYZ8.579.256.18-
YUV84.99116.16132.29-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 37.76%
GREEN value IS 86 (33.98% from 255) = 35.68%
BLUE value IS 64 (25.39% from 255) = 26.56%
R=37.76%
G=35.68%
B=26.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.30
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91866400.050.300.6448.8917.4230.39
Hex5B5640051E4031111e
Octal1331261000536100612136
Binary10110111010110100000001011111010000001100011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B5640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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