Html Css Color HEX #8D7460 Sand Dune

📋 copy color: '#8D7460'

red 141 ◦ green 116 ◦ blue 96

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

Shades of Sand Dune #8D7460

Tints of Sand Dune #8D7460

RGB

 RED value IS 141 (55.47% from 255) = 39.94%

 GREEN value IS 116 (45.7% from 255) = 32.86%

 BLUE value IS 96 (37.89% from 255) = 27.2%

R = 39.94%
G = 32.86%
B = 27.2%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.32

 K value IS 0.45

RGB Variations

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

Color information

#8D7460 (or 0x8D7460) is known color: Sand Dune. HEX triplet: 8D, 74 and 60. RGB value is (141,116,96). Sum of RGB (Red+Green+Blue) = 141+116+96=353 (46% of max value = 765). Red value is 141 (55.47% from 255 or 39.94% from 353); Green value is 116 (45.70% from 255 or 32.86% from 353); Blue value is 96 (37.89% from 255 or 27.20% from 353); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7460 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D7460 is #728B9F. Grayscale: #797979. Windows color (decimal): -7506848 or 6321293. OLE color: 6321293.

HSL color Cylindrical-coordinate representation of color #8D7460: hue angle of 26.67º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8D7460 is Cyan = 0, Magento = 0.18, Yellow = 0.32 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 116 96 -
CMYK 0 0.18 0.32 0.45
HSL 26.67º 0.19% 0.46% -
HSV(B) 26.67º 0.32% 0.55% -
XYZ 19.34 19 13.71 -
YUV 121.2 113.78 142.13 -
System Red Green Blue C M Y K H S L
Decimal 141 116 96 0 0.18 0.32 0.45 26.67 0.19 0.46
Hex 8D 74 60 0 12 20 2D 1B 13 2E
Octal 215 164 140 0 22 40 55 33 23 56
Binary 10001101 1110100 1100000 0 10010 100000 101101 11011 10011 101110

Color Harmonies of #8D7460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D7460

Black with #8D7460

Text Example


Text Example

White with #8D7460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8D7460; }

 p { color: rgb(141,116,96); }

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

background-color css

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

 a { background-color: rgb(141,116,96); }

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

border-color css

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

 span { border-color: rgb(141,116,96); }

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