Html Css Color HEX #56534A Dune

📋 copy color: '#56534A'

red 86 ◦ green 83 ◦ blue 74

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

Shades of Dune #56534A

Tints of Dune #56534A

RGB

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

 GREEN value IS 83 (32.81% from 255) = 34.16%

 BLUE value IS 74 (29.3% from 255) = 30.45%

R = 35.39%
G = 34.16%
B = 30.45%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.14

 K value IS 0.66

RGB Variations

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

Color information

#56534A (or 0x56534A) is known color: Dune. HEX triplet: 56, 53 and 4A. RGB value is (86,83,74). Sum of RGB (Red+Green+Blue) = 86+83+74=243 (32% of max value = 765). Red value is 86 (33.98% from 255 or 35.39% from 243); Green value is 83 (32.81% from 255 or 34.16% from 243); Blue value is 74 (29.30% from 255 or 30.45% from 243); Max value from RGB is 86 - color contains mainly: red. Hex color #56534A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56534A is #A9ACB5. Grayscale: #525252. Windows color (decimal): -11119798 or 4870998. OLE color: 4870998.

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

Color convert

RGB 86 83 74 -
CMYK 0 0.03 0.14 0.66
HSL 45º 0.08% 0.31% -
HSV(B) 45º 0.14% 0.34% -
XYZ 8.17 8.66 7.72 -
YUV 82.87 122.99 130.23 -
System Red Green Blue C M Y K H S L
Decimal 86 83 74 0 0.03 0.14 0.66 45 0.08 0.31
Hex 56 53 4A 0 3 E 42 2D 8 1F
Octal 126 123 112 0 3 16 102 55 10 37
Binary 1010110 1010011 1001010 0 11 1110 1000010 101101 1000 11111

Color Harmonies of #56534A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56534A

Black with #56534A

Text Example


Text Example

White with #56534A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56534A; }

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

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

background-color css

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

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

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

border-color css

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

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

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