#565546

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

Shades of Millbrook #565546

Tints of Millbrook #565546

Color information

#565546 (or 0x565546) is unknown color: approx Millbrook. HEX triplet: 56, 55 and 46. RGB value is (86,85,70). Sum of RGB (Red+Green+Blue) = 86+85+70=241 (31% of max value = 765). Red value is 86 (33.98% from 255 or 35.68% from 241); Green value is 85 (33.59% from 255 or 35.27% from 241); Blue value is 70 (27.73% from 255 or 29.05% from 241); Max value from RGB is 86 - color contains mainly: red. Hex color #565546 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #565546 is #A9AAB9. Grayscale: #535353. Windows color (decimal): -11119290 or 4609366. OLE color: 4609366.

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

Color convert

RGB868570-
CMYK00.010.190.66
HSL56.25º10.26%30.59%-
HSV(B)56.25º18.6%33.73%-
XYZ8.198.927.08-
YUV83.59120.33129.72-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 35.68%
GREEN value IS 85 (33.59% from 255) = 35.27%
BLUE value IS 70 (27.73% from 255) = 29.05%
R=35.68%
G=35.27%
B=29.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.19
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86857000.010.190.6656.2510.2630.59
Hex56554601134238a1f
Octal1261251060123102701237
Binary10101101010101100011001100111000010111000101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565546; }

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

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

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

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

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

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

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

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