Html Css Color HEX #565542 Millbrook

📋 copy color: '#565542'

red 86 ◦ green 85 ◦ blue 66

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

Shades of Millbrook #565542

Tints of Millbrook #565542

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 27.85%

R = 36.29%
G = 35.86%
B = 27.85%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.23

 K value IS 0.66

RGB Variations

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

Color information

#565542 (or 0x565542) is known color: Millbrook. HEX triplet: 56, 55 and 42. RGB value is (86,85,66). Sum of RGB (Red+Green+Blue) = 86+85+66=237 (31% of max value = 765). Red value is 86 (33.98% from 255 or 36.29% from 237); Green value is 85 (33.59% from 255 or 35.86% from 237); Blue value is 66 (26.17% from 255 or 27.85% from 237); Max value from RGB is 86 - color contains mainly: red. Hex color #565542 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #565542 is #A9AABD. Grayscale: #535353. Windows color (decimal): -11119294 or 4347222. OLE color: 4347222.

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

Color convert

RGB 86 85 66 -
CMYK 0 0.01 0.23 0.66
HSL 57º 0.13% 0.3% -
HSV(B) 57º 0.23% 0.34% -
XYZ 8.07 8.87 6.44 -
YUV 83.13 118.33 130.04 -
System Red Green Blue C M Y K H S L
Decimal 86 85 66 0 0.01 0.23 0.66 57 0.13 0.3
Hex 56 55 42 0 1 17 42 39 D 1E
Octal 126 125 102 0 1 27 102 71 15 36
Binary 1010110 1010101 1000010 0 1 10111 1000010 111001 1101 11110

Color Harmonies of #565542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565542

Black with #565542

Text Example


Text Example

White with #565542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565542; }

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

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

background-color css

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

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

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

border-color css

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

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

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