Html Css Color HEX #867560 Sand Dune

📋 copy color: '#867560'

red 134 ◦ green 117 ◦ blue 96

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

Shades of Sand Dune #867560

Tints of Sand Dune #867560

RGB

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

 GREEN value IS 117 (46.09% from 255) = 33.72%

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

R = 38.62%
G = 33.72%
B = 27.67%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.28

 K value IS 0.47

RGB Variations

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

Color information

#867560 (or 0x867560) is known color: Sand Dune. HEX triplet: 86, 75 and 60. RGB value is (134,117,96). Sum of RGB (Red+Green+Blue) = 134+117+96=347 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.62% from 347); Green value is 117 (46.09% from 255 or 33.72% from 347); Blue value is 96 (37.89% from 255 or 27.67% from 347); Max value from RGB is 134 - color contains mainly: red. Hex color #867560 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867560 is #798A9F. Grayscale: #777777. Windows color (decimal): -7965344 or 6321542. OLE color: 6321542.

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

Color convert

RGB 134 117 96 -
CMYK 0 0.13 0.28 0.47
HSL 33.16º 0.17% 0.45% -
HSV(B) 33.16º 0.28% 0.53% -
XYZ 18.3 18.64 13.7 -
YUV 119.69 114.63 138.21 -
System Red Green Blue C M Y K H S L
Decimal 134 117 96 0 0.13 0.28 0.47 33.16 0.17 0.45
Hex 86 75 60 0 D 1C 2F 21 11 2D
Octal 206 165 140 0 15 34 57 41 21 55
Binary 10000110 1110101 1100000 0 1101 11100 101111 100001 10001 101101

Color Harmonies of #867560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867560

Black with #867560

Text Example


Text Example

White with #867560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #867560; }

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

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

background-color css

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

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

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

border-color css

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

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

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