Html Css Color HEX #565540 Millbrook

📋 copy color: '#565540'

red 86 ◦ green 85 ◦ blue 64

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

Shades of Millbrook #565540

Tints of Millbrook #565540

RGB

 RED value IS 86 (33.98% from 255) = 36.6%

 GREEN value IS 85 (33.59% from 255) = 36.17%

 BLUE value IS 64 (25.39% from 255) = 27.23%

R = 36.6%
G = 36.17%
B = 27.23%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.26

 K value IS 0.66

RGB Variations

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

Color information

#565540 (or 0x565540) is known color: Millbrook. HEX triplet: 56, 55 and 40. RGB value is (86,85,64). Sum of RGB (Red+Green+Blue) = 86+85+64=235 (31% of max value = 765). Red value is 86 (33.98% from 255 or 36.60% from 235); Green value is 85 (33.59% from 255 or 36.17% from 235); Blue value is 64 (25.39% from 255 or 27.23% from 235); Max value from RGB is 86 - color contains mainly: red. Hex color #565540 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #565540 is #A9AABF. Grayscale: #525252. Windows color (decimal): -11119296 or 4216150. OLE color: 4216150.

HSL color Cylindrical-coordinate representation of color #565540: hue angle of 57.27º degrees, saturation: 0.15, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #565540 is Cyan = 0, Magento = 0.01, Yellow = 0.26 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 85 64 -
CMYK 0 0.01 0.26 0.66
HSL 57.27º 0.15% 0.29% -
HSV(B) 57.27º 0.26% 0.34% -
XYZ 8.01 8.85 6.14 -
YUV 82.91 117.33 130.21 -
System Red Green Blue C M Y K H S L
Decimal 86 85 64 0 0.01 0.26 0.66 57.27 0.15 0.29
Hex 56 55 40 0 1 1A 42 39 F 1D
Octal 126 125 100 0 1 32 102 71 17 35
Binary 1010110 1010101 1000000 0 1 11010 1000010 111001 1111 11101

Color Harmonies of #565540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565540

Black with #565540

Text Example


Text Example

White with #565540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565540; }

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

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

background-color css

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

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

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

border-color css

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

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

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