#565344

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

Shades of Millbrook #565344

Tints of Millbrook #565344

Color information

#565344 (or 0x565344) is unknown color: approx Millbrook. HEX triplet: 56, 53 and 44. RGB value is (86,83,68). Sum of RGB (Red+Green+Blue) = 86+83+68=237 (31% of max value = 765). Red value is 86 (33.98% from 255 or 36.29% from 237); Green value is 83 (32.81% from 255 or 35.02% from 237); Blue value is 68 (26.95% from 255 or 28.69% from 237); Max value from RGB is 86 - color contains mainly: red. Hex color #565344 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #565344 is #A9ACBB. Grayscale: #525252. Windows color (decimal): -11119804 or 4477782. OLE color: 4477782.

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

Color convert

RGB868368-
CMYK00.030.210.66
HSL50º11.69%30.2%-
HSV(B)50º20.93%33.73%-
XYZ7.978.586.71-
YUV82.19119.99130.72-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 36.29%
GREEN value IS 83 (32.81% from 255) = 35.02%
BLUE value IS 68 (26.95% from 255) = 28.69%
R=36.29%
G=35.02%
B=28.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.21
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86836800.030.210.665011.6930.2
Hex56534403154232c1e
Octal1261231040325102621436
Binary101011010100111000100011101011000010110010110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565344; }

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

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

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

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

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

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

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

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