Html Css Color HEX #86755F Sand Dune

📋 copy color: '#86755F'

red 134 ◦ green 117 ◦ blue 95

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

Shades of Sand Dune #86755F

Tints of Sand Dune #86755F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 27.46%

R = 38.73%
G = 33.82%
B = 27.46%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.29

 K value IS 0.47

RGB Variations

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

Color information

#86755F (or 0x86755F) is known color: Sand Dune. HEX triplet: 86, 75 and 5F. RGB value is (134,117,95). Sum of RGB (Red+Green+Blue) = 134+117+95=346 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.73% from 346); Green value is 117 (46.09% from 255 or 33.82% from 346); Blue value is 95 (37.5% from 255 or 27.46% from 346); Max value from RGB is 134 - color contains mainly: red. Hex color #86755F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86755F is #798AA0. Grayscale: #777777. Windows color (decimal): -7965345 or 6256006. OLE color: 6256006.

HSL color Cylindrical-coordinate representation of color #86755F: hue angle of 33.85º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #86755F is Cyan = 0, Magento = 0.13, Yellow = 0.29 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 117 95 -
CMYK 0 0.13 0.29 0.47
HSL 33.85º 0.17% 0.45% -
HSV(B) 33.85º 0.29% 0.53% -
XYZ 18.26 18.62 13.46 -
YUV 119.58 114.13 138.29 -
System Red Green Blue C M Y K H S L
Decimal 134 117 95 0 0.13 0.29 0.47 33.85 0.17 0.45
Hex 86 75 5F 0 D 1D 2F 22 11 2D
Octal 206 165 137 0 15 35 57 42 21 55
Binary 10000110 1110101 1011111 0 1101 11101 101111 100010 10001 101101

Color Harmonies of #86755F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86755F

Black with #86755F

Text Example


Text Example

White with #86755F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86755F; }

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

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

background-color css

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

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

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

border-color css

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

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

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