Html Css Color HEX #867360 Sand Dune

📋 copy color: '#867360'

red 134 ◦ green 115 ◦ blue 96

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

Shades of Sand Dune #867360

Tints of Sand Dune #867360

RGB

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

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

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

R = 38.84%
G = 33.33%
B = 27.83%

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

#867360 (or 0x867360) is known color: Sand Dune. HEX triplet: 86, 73 and 60. RGB value is (134,115,96). Sum of RGB (Red+Green+Blue) = 134+115+96=345 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.84% from 345); Green value is 115 (45.31% from 255 or 33.33% from 345); Blue value is 96 (37.89% from 255 or 27.83% from 345); Max value from RGB is 134 - color contains mainly: red. Hex color #867360 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867360 is #798C9F. Grayscale: #767676. Windows color (decimal): -7965856 or 6321030. OLE color: 6321030.

HSL color Cylindrical-coordinate representation of color #867360: hue angle of 30º degrees, saturation: 0.17, 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 #867360 is Cyan = 0, Magento = 0.14, Yellow = 0.28 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 115 96 -
CMYK 0 0.14 0.28 0.47
HSL 30º 0.17% 0.45% -
HSV(B) 30º 0.28% 0.53% -
XYZ 18.07 18.17 13.62 -
YUV 118.52 115.29 139.04 -
System Red Green Blue C M Y K H S L
Decimal 134 115 96 0 0.14 0.28 0.47 30 0.17 0.45
Hex 86 73 60 0 E 1C 2F 1E 11 2D
Octal 206 163 140 0 16 34 57 36 21 55
Binary 10000110 1110011 1100000 0 1110 11100 101111 11110 10001 101101

Color Harmonies of #867360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867360

Black with #867360

Text Example


Text Example

White with #867360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #867360; }

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

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

background-color css

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

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

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

border-color css

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

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

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