Html Css Color HEX #847460 Sand Dune

📋 copy color: '#847460'

red 132 ◦ green 116 ◦ blue 96

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

Shades of Sand Dune #847460

Tints of Sand Dune #847460

RGB

 RED value IS 132 (51.95% from 255) = 38.37%

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

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

R = 38.37%
G = 33.72%
B = 27.91%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.27

 K value IS 0.48

RGB Variations

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

Color information

#847460 (or 0x847460) is known color: Sand Dune. HEX triplet: 84, 74 and 60. RGB value is (132,116,96). Sum of RGB (Red+Green+Blue) = 132+116+96=344 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.37% from 344); Green value is 116 (45.70% from 255 or 33.72% from 344); Blue value is 96 (37.89% from 255 or 27.91% from 344); Max value from RGB is 132 - color contains mainly: red. Hex color #847460 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #847460 is #7B8B9F. Grayscale: #767676. Windows color (decimal): -8096672 or 6321284. OLE color: 6321284.

HSL color Cylindrical-coordinate representation of color #847460: hue angle of 33.33º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #847460 is Cyan = 0, Magento = 0.12, Yellow = 0.27 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 116 96 -
CMYK 0 0.12 0.27 0.48
HSL 33.33º 0.16% 0.45% -
HSV(B) 33.33º 0.27% 0.52% -
XYZ 17.87 18.24 13.65 -
YUV 118.5 115.3 137.63 -
System Red Green Blue C M Y K H S L
Decimal 132 116 96 0 0.12 0.27 0.48 33.33 0.16 0.45
Hex 84 74 60 0 C 1B 30 21 10 2D
Octal 204 164 140 0 14 33 60 41 20 55
Binary 10000100 1110100 1100000 0 1100 11011 110000 100001 10000 101101

Color Harmonies of #847460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #847460

Black with #847460

Text Example


Text Example

White with #847460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #847460; }

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

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

background-color css

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

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

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

border-color css

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

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

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