Html Css Color HEX #565042 Dune

📋 copy color: '#565042'

red 86 ◦ green 80 ◦ blue 66

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

Shades of Dune #565042

Tints of Dune #565042

RGB

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

 GREEN value IS 80 (31.64% from 255) = 34.48%

 BLUE value IS 66 (26.17% from 255) = 28.45%

R = 37.07%
G = 34.48%
B = 28.45%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.23

 K value IS 0.66

RGB Variations

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

Color information

#565042 (or 0x565042) is known color: Dune. HEX triplet: 56, 50 and 42. RGB value is (86,80,66). Sum of RGB (Red+Green+Blue) = 86+80+66=232 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.07% from 232); Green value is 80 (31.64% from 255 or 34.48% from 232); Blue value is 66 (26.17% from 255 or 28.45% from 232); Max value from RGB is 86 - color contains mainly: red. Hex color #565042 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #565042 is #A9AFBD. Grayscale: #505050. Windows color (decimal): -11120574 or 4345942. OLE color: 4345942.

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

Color convert

RGB 86 80 66 -
CMYK 0 0.07 0.23 0.66
HSL 42º 0.13% 0.3% -
HSV(B) 42º 0.23% 0.34% -
XYZ 7.69 8.11 6.31 -
YUV 80.2 119.99 132.14 -
System Red Green Blue C M Y K H S L
Decimal 86 80 66 0 0.07 0.23 0.66 42 0.13 0.3
Hex 56 50 42 0 7 17 42 2A D 1E
Octal 126 120 102 0 7 27 102 52 15 36
Binary 1010110 1010000 1000010 0 111 10111 1000010 101010 1101 11110

Color Harmonies of #565042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565042

Black with #565042

Text Example


Text Example

White with #565042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565042; }

 p { color: rgb(86,80,66); }

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

background-color css

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

 a { background-color: rgb(86,80,66); }

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

border-color css

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

 span { border-color: rgb(86,80,66); }

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