Html Css Color HEX #847268 Sand Dune

📋 copy color: '#847268'

red 132 ◦ green 114 ◦ blue 104

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

Shades of Sand Dune #847268

Tints of Sand Dune #847268

RGB

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

 GREEN value IS 114 (44.92% from 255) = 32.57%

 BLUE value IS 104 (41.02% from 255) = 29.71%

R = 37.71%
G = 32.57%
B = 29.71%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.21

 K value IS 0.48

RGB Variations

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

Color information

#847268 (or 0x847268) is known color: Sand Dune. HEX triplet: 84, 72 and 68. RGB value is (132,114,104). Sum of RGB (Red+Green+Blue) = 132+114+104=350 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.71% from 350); Green value is 114 (44.92% from 255 or 32.57% from 350); Blue value is 104 (41.02% from 255 or 29.71% from 350); Max value from RGB is 132 - color contains mainly: red. Hex color #847268 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #847268 is #7B8D97. Grayscale: #767676. Windows color (decimal): -8097176 or 6845060. OLE color: 6845060.

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

Color convert

RGB 132 114 104 -
CMYK 0 0.14 0.21 0.48
HSL 21.43º 0.12% 0.46% -
HSV(B) 21.43º 0.21% 0.52% -
XYZ 18.03 17.94 15.61 -
YUV 118.24 119.96 137.81 -
System Red Green Blue C M Y K H S L
Decimal 132 114 104 0 0.14 0.21 0.48 21.43 0.12 0.46
Hex 84 72 68 0 E 15 30 15 C 2E
Octal 204 162 150 0 16 25 60 25 14 56
Binary 10000100 1110010 1101000 0 1110 10101 110000 10101 1100 101110

Color Harmonies of #847268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #847268

Black with #847268

Text Example


Text Example

White with #847268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #847268; }

 p { color: rgb(132,114,104); }

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

background-color css

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

 a { background-color: rgb(132,114,104); }

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

border-color css

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

 span { border-color: rgb(132,114,104); }

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