#565342

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

Shades of Millbrook #565342

Tints of Millbrook #565342

Color information

#565342 (or 0x565342) is unknown color: approx Millbrook. HEX triplet: 56, 53 and 42. RGB value is (86,83,66). Sum of RGB (Red+Green+Blue) = 86+83+66=235 (31% of max value = 765). Red value is 86 (33.98% from 255 or 36.60% from 235); Green value is 83 (32.81% from 255 or 35.32% from 235); Blue value is 66 (26.17% from 255 or 28.09% from 235); Max value from RGB is 86 - color contains mainly: red. Hex color #565342 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #565342 is #A9ACBD. Grayscale: #525252. Windows color (decimal): -11119806 or 4346710. OLE color: 4346710.

HSL color Cylindrical-coordinate representation of color #565342: hue angle of 51º 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 #565342 is Cyan = 0, Magento = 0.03, Yellow = 0.23 and Black (K on CMYK) = 0.66.

Color convert

RGB868366-
CMYK00.030.230.66
HSL51º13.16%29.8%-
HSV(B)51º23.26%33.73%-
XYZ7.918.566.39-
YUV81.96118.99130.88-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 36.60%
GREEN value IS 83 (32.81% from 255) = 35.32%
BLUE value IS 66 (26.17% from 255) = 28.09%
R=36.60%
G=35.32%
B=28.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.23
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86836600.030.230.665113.1629.8
Hex56534203174233d1e
Octal1261231020327102631536
Binary101011010100111000010011101111000010110011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565342; }

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

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

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

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

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

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

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

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