#565349

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

Shades of Millbrook #565349

Tints of Millbrook #565349

Color information

#565349 (or 0x565349) is unknown color: approx Millbrook. HEX triplet: 56, 53 and 49. RGB value is (86,83,73). Sum of RGB (Red+Green+Blue) = 86+83+73=242 (32% of max value = 765). Red value is 86 (33.98% from 255 or 35.54% from 242); Green value is 83 (32.81% from 255 or 34.30% from 242); Blue value is 73 (28.91% from 255 or 30.17% from 242); Max value from RGB is 86 - color contains mainly: red. Hex color #565349 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #565349 is #A9ACB6. Grayscale: #525252. Windows color (decimal): -11119799 or 4805462. OLE color: 4805462.

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

Color convert

RGB868373-
CMYK00.030.150.66
HSL46.15º8.18%31.18%-
HSV(B)46.15º15.12%33.73%-
XYZ8.138.657.54-
YUV82.76122.49130.31-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 35.54%
GREEN value IS 83 (32.81% from 255) = 34.30%
BLUE value IS 73 (28.91% from 255) = 30.17%
R=35.54%
G=34.30%
B=30.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.15
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86837300.030.150.6646.158.1831.18
Hex56534903F422e81f
Octal1261231110317102561037
Binary10101101010011100100101111111000010101110100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565349; }

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

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

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

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

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

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

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

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