Html Css Color HEX #867361 Sand Dune

📋 copy color: '#867361'

red 134 ◦ green 115 ◦ blue 97

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

Shades of Sand Dune #867361

Tints of Sand Dune #867361

RGB

 RED value IS 134 (52.73% from 255) = 38.73%

 GREEN value IS 115 (45.31% from 255) = 33.24%

 BLUE value IS 97 (38.28% from 255) = 28.03%

R = 38.73%
G = 33.24%
B = 28.03%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.28

 K value IS 0.47

RGB Variations

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

Color information

#867361 (or 0x867361) is known color: Sand Dune. HEX triplet: 86, 73 and 61. RGB value is (134,115,97). Sum of RGB (Red+Green+Blue) = 134+115+97=346 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.73% from 346); Green value is 115 (45.31% from 255 or 33.24% from 346); Blue value is 97 (38.28% from 255 or 28.03% from 346); Max value from RGB is 134 - color contains mainly: red. Hex color #867361 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867361 is #798C9E. Grayscale: #767676. Windows color (decimal): -7965855 or 6386566. OLE color: 6386566.

HSL color Cylindrical-coordinate representation of color #867361: hue angle of 29.19º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #867361 is Cyan = 0, Magento = 0.14, Yellow = 0.28 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 115 97 -
CMYK 0 0.14 0.28 0.47
HSL 29.19º 0.16% 0.45% -
HSV(B) 29.19º 0.28% 0.53% -
XYZ 18.12 18.19 13.87 -
YUV 118.63 115.79 138.96 -
System Red Green Blue C M Y K H S L
Decimal 134 115 97 0 0.14 0.28 0.47 29.19 0.16 0.45
Hex 86 73 61 0 E 1C 2F 1D 10 2D
Octal 206 163 141 0 16 34 57 35 20 55
Binary 10000110 1110011 1100001 0 1110 11100 101111 11101 10000 101101

Color Harmonies of #867361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867361

Black with #867361

Text Example


Text Example

White with #867361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #867361; }

 p { color: rgb(134,115,97); }

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

background-color css

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

 a { background-color: rgb(134,115,97); }

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

border-color css

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

 span { border-color: rgb(134,115,97); }

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