#565144

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

Shades of Dune #565144

Tints of Dune #565144

Color information

#565144 (or 0x565144) is unknown color: approx Dune. HEX triplet: 56, 51 and 44. RGB value is (86,81,68). Sum of RGB (Red+Green+Blue) = 86+81+68=235 (31% of max value = 765). Red value is 86 (33.98% from 255 or 36.60% from 235); Green value is 81 (32.03% from 255 or 34.47% from 235); Blue value is 68 (26.95% from 255 or 28.94% from 235); Max value from RGB is 86 - color contains mainly: red. Hex color #565144 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #565144 is #A9AEBB. Grayscale: #515151. Windows color (decimal): -11120316 or 4477270. OLE color: 4477270.

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

Color convert

RGB868168-
CMYK00.060.210.66
HSL43.33º11.69%30.2%-
HSV(B)43.33º20.93%33.73%-
XYZ7.828.286.65-
YUV81.01120.66131.56-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 36.60%
GREEN value IS 81 (32.03% from 255) = 34.47%
BLUE value IS 68 (26.95% from 255) = 28.94%
R=36.60%
G=34.47%
B=28.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.21
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86816800.060.210.6643.3311.6930.2
Hex5651440615422bc1e
Octal1261211040625102531436
Binary1010110101000110001000110101011000010101011110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565144; }

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

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

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

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

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

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

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

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