Html Css Color HEX #5B5648 Millbrook

📋 copy color: '#5B5648'

red 91 ◦ green 86 ◦ blue 72

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

Shades of Millbrook #5B5648

Tints of Millbrook #5B5648

RGB

 RED value IS 91 (35.94% from 255) = 36.55%

 GREEN value IS 86 (33.98% from 255) = 34.54%

 BLUE value IS 72 (28.52% from 255) = 28.92%

R = 36.55%
G = 34.54%
B = 28.92%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.21

 K value IS 0.64

RGB Variations

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

Color information

#5B5648 (or 0x5B5648) is known color: Millbrook. HEX triplet: 5B, 56 and 48. RGB value is (91,86,72). Sum of RGB (Red+Green+Blue) = 91+86+72=249 (32% of max value = 765). Red value is 91 (35.94% from 255 or 36.55% from 249); Green value is 86 (33.98% from 255 or 34.54% from 249); Blue value is 72 (28.52% from 255 or 28.92% from 249); Max value from RGB is 91 - color contains mainly: red. Hex color #5B5648 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B5648 is #A4A9B7. Grayscale: #555555. Windows color (decimal): -10791352 or 4740699. OLE color: 4740699.

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

Color convert

RGB 91 86 72 -
CMYK 0 0.05 0.21 0.64
HSL 44.21º 0.12% 0.32% -
HSV(B) 44.21º 0.21% 0.36% -
XYZ 8.81 9.35 7.47 -
YUV 85.9 120.16 131.64 -
System Red Green Blue C M Y K H S L
Decimal 91 86 72 0 0.05 0.21 0.64 44.21 0.12 0.32
Hex 5B 56 48 0 5 15 40 2C C 20
Octal 133 126 110 0 5 25 100 54 14 40
Binary 1011011 1010110 1001000 0 101 10101 1000000 101100 1100 100000

Color Harmonies of #5B5648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B5648

Black with #5B5648

Text Example


Text Example

White with #5B5648

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5B5648;
 }
 .AnyTagClassName
 {
   color: #5B5648;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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