Html Css Color HEX #847466 Sand Dune

📋 copy color: '#847466'

red 132 ◦ green 116 ◦ blue 102

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

Shades of Sand Dune #847466

Tints of Sand Dune #847466

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 29.14%

R = 37.71%
G = 33.14%
B = 29.14%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.23

 K value IS 0.48

RGB Variations

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

Color information

#847466 (or 0x847466) is known color: Sand Dune. HEX triplet: 84, 74 and 66. RGB value is (132,116,102). Sum of RGB (Red+Green+Blue) = 132+116+102=350 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.71% from 350); Green value is 116 (45.70% from 255 or 33.14% from 350); Blue value is 102 (40.23% from 255 or 29.14% from 350); Max value from RGB is 132 - color contains mainly: red. Hex color #847466 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #847466 is #7B8B99. Grayscale: #777777. Windows color (decimal): -8096666 or 6714500. OLE color: 6714500.

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

Color convert

RGB 132 116 102 -
CMYK 0 0.12 0.23 0.48
HSL 28º 0.13% 0.46% -
HSV(B) 28º 0.23% 0.52% -
XYZ 18.16 18.36 15.16 -
YUV 119.19 118.3 137.14 -
System Red Green Blue C M Y K H S L
Decimal 132 116 102 0 0.12 0.23 0.48 28 0.13 0.46
Hex 84 74 66 0 C 17 30 1C D 2E
Octal 204 164 146 0 14 27 60 34 15 56
Binary 10000100 1110100 1100110 0 1100 10111 110000 11100 1101 101110

Color Harmonies of #847466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #847466

Black with #847466

Text Example


Text Example

White with #847466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #847466; }

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

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

background-color css

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

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

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

border-color css

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

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

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