Html Css Color HEX #86756A Sand Dune

📋 copy color: '#86756A'

red 134 ◦ green 117 ◦ blue 106

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

Shades of Sand Dune #86756A

Tints of Sand Dune #86756A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 29.69%

R = 37.54%
G = 32.77%
B = 29.69%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.21

 K value IS 0.47

RGB Variations

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

Color information

#86756A (or 0x86756A) is known color: Sand Dune. HEX triplet: 86, 75 and 6A. RGB value is (134,117,106). Sum of RGB (Red+Green+Blue) = 134+117+106=357 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.54% from 357); Green value is 117 (46.09% from 255 or 32.77% from 357); Blue value is 106 (41.80% from 255 or 29.69% from 357); Max value from RGB is 134 - color contains mainly: red. Hex color #86756A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86756A is #798A95. Grayscale: #787878. Windows color (decimal): -7965334 or 6976902. OLE color: 6976902.

HSL color Cylindrical-coordinate representation of color #86756A: hue angle of 23.57º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #86756A is Cyan = 0, Magento = 0.13, Yellow = 0.21 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 117 106 -
CMYK 0 0.13 0.21 0.47
HSL 23.57º 0.12% 0.47% -
HSV(B) 23.57º 0.21% 0.53% -
XYZ 18.79 18.83 16.28 -
YUV 120.83 119.63 137.39 -
System Red Green Blue C M Y K H S L
Decimal 134 117 106 0 0.13 0.21 0.47 23.57 0.12 0.47
Hex 86 75 6A 0 D 15 2F 18 C 2F
Octal 206 165 152 0 15 25 57 30 14 57
Binary 10000110 1110101 1101010 0 1101 10101 101111 11000 1100 101111

Color Harmonies of #86756A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86756A

Black with #86756A

Text Example


Text Example

White with #86756A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86756A; }

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

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

background-color css

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

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

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

border-color css

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

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

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