#565446

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

Shades of Millbrook #565446

Tints of Millbrook #565446

Color information

#565446 (or 0x565446) is unknown color: approx Millbrook. HEX triplet: 56, 54 and 46. RGB value is (86,84,70). Sum of RGB (Red+Green+Blue) = 86+84+70=240 (31% of max value = 765). Red value is 86 (33.98% from 255 or 35.83% from 240); Green value is 84 (33.20% from 255 or 35% from 240); Blue value is 70 (27.73% from 255 or 29.17% from 240); Max value from RGB is 86 - color contains mainly: red. Hex color #565446 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #565446 is #A9ABB9. Grayscale: #535353. Windows color (decimal): -11119546 or 4609110. OLE color: 4609110.

HSL color Cylindrical-coordinate representation of color #565446: hue angle of 52.5º degrees, saturation: 0.1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #565446 is Cyan = 0, Magento = 0.02, Yellow = 0.19 and Black (K on CMYK) = 0.66.

Color convert

RGB868470-
CMYK00.020.190.66
HSL52.5º10.26%30.59%-
HSV(B)52.5º18.6%33.73%-
XYZ8.118.767.06-
YUV83120.66130.14-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 35.83%
GREEN value IS 84 (33.20% from 255) = 35%
BLUE value IS 70 (27.73% from 255) = 29.17%
R=35.83%
G=35%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.19
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86847000.020.190.6652.510.2630.59
Hex56544602134234a1f
Octal1261241060223102641237
Binary101011010101001000110010100111000010110100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565446; }

 p { color: rgb(86,84,70); }

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

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

 a { background-color: rgb(86,84,70); }

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

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

 span { border-color: rgb(86,84,70); }

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