#565346

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

Shades of Millbrook #565346

Tints of Millbrook #565346

Color information

#565346 (or 0x565346) is unknown color: approx Millbrook. HEX triplet: 56, 53 and 46. RGB value is (86,83,70). Sum of RGB (Red+Green+Blue) = 86+83+70=239 (31% of max value = 765). Red value is 86 (33.98% from 255 or 35.98% from 239); Green value is 83 (32.81% from 255 or 34.73% from 239); Blue value is 70 (27.73% from 255 or 29.29% from 239); Max value from RGB is 86 - color contains mainly: red. Hex color #565346 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #565346 is #A9ACB9. Grayscale: #525252. Windows color (decimal): -11119802 or 4608854. OLE color: 4608854.

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

Color convert

RGB868370-
CMYK00.030.190.66
HSL48.75º10.26%30.59%-
HSV(B)48.75º18.6%33.73%-
XYZ8.048.617.03-
YUV82.42120.99130.56-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 35.98%
GREEN value IS 83 (32.81% from 255) = 34.73%
BLUE value IS 70 (27.73% from 255) = 29.29%
R=35.98%
G=34.73%
B=29.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.19
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86837000.030.190.6648.7510.2630.59
Hex56534603134231a1f
Octal1261231060323102611237
Binary101011010100111000110011100111000010110001101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565346; }

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

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

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

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

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

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

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

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