Html Css Color HEX #565246 Dune

📋 copy color: '#565246'

red 86 ◦ green 82 ◦ blue 70

#565246
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dune #565246

Tints of Dune #565246

RGB

 RED value IS 86 (33.98% from 255) = 36.13%

 GREEN value IS 82 (32.42% from 255) = 34.45%

 BLUE value IS 70 (27.73% from 255) = 29.41%

R = 36.13%
G = 34.45%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.19

 K value IS 0.66

RGB Variations

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

Color information

#565246 (or 0x565246) is known color: Dune. HEX triplet: 56, 52 and 46. RGB value is (86,82,70). Sum of RGB (Red+Green+Blue) = 86+82+70=238 (31% of max value = 765). Red value is 86 (33.98% from 255 or 36.13% from 238); Green value is 82 (32.42% from 255 or 34.45% from 238); Blue value is 70 (27.73% from 255 or 29.41% from 238); Max value from RGB is 86 - color contains mainly: red. Hex color #565246 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #565246 is #A9ADB9. Grayscale: #515151. Windows color (decimal): -11120058 or 4608598. OLE color: 4608598.

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

Color convert

RGB 86 82 70 -
CMYK 0 0.05 0.19 0.66
HSL 45º 0.1% 0.31% -
HSV(B) 45º 0.19% 0.34% -
XYZ 7.96 8.46 7.01 -
YUV 81.83 121.33 130.98 -
System Red Green Blue C M Y K H S L
Decimal 86 82 70 0 0.05 0.19 0.66 45 0.1 0.31
Hex 56 52 46 0 5 13 42 2D A 1F
Octal 126 122 106 0 5 23 102 55 12 37
Binary 1010110 1010010 1000110 0 101 10011 1000010 101101 1010 11111

Color Harmonies of #565246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565246

Black with #565246

Text Example


Text Example

White with #565246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565246; }

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

 H1.HeaderClassName
 {
   color: #565246;
 }
 .AnyTagClassName
 {
   color: #565246;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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