Html Css Color HEX #5B5640 Millbrook

📋 copy color: '#5B5640'

red 91 ◦ green 86 ◦ blue 64

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

Shades of Millbrook #5B5640

Tints of Millbrook #5B5640

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

 M value IS 0.05

 Y value IS 0.30

 K value IS 0.64

RGB Variations

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

Color information

#5B5640 (or 0x5B5640) is known color: 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

RGB 91 86 64 -
CMYK 0 0.05 0.30 0.64
HSL 48.89º 0.17% 0.3% -
HSV(B) 48.89º 0.3% 0.36% -
XYZ 8.57 9.25 6.18 -
YUV 84.99 116.16 132.29 -
System Red Green Blue C M Y K H S L
Decimal 91 86 64 0 0.05 0.30 0.64 48.89 0.17 0.3
Hex 5B 56 40 0 5 1E 40 31 11 1E
Octal 133 126 100 0 5 36 100 61 21 36
Binary 1011011 1010110 1000000 0 101 11110 1000000 110001 10001 11110

Color Harmonies of #5B5640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B5640

Black with #5B5640

Text Example


Text Example

White with #5B5640

Text Example


Text Example

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