Html Css Color HEX #867368 Sand Dune

📋 copy color: '#867368'

red 134 ◦ green 115 ◦ blue 104

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

Shades of Sand Dune #867368

Tints of Sand Dune #867368

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 29.46%

R = 37.96%
G = 32.58%
B = 29.46%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.22

 K value IS 0.47

RGB Variations

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

Color information

#867368 (or 0x867368) is known color: Sand Dune. HEX triplet: 86, 73 and 68. RGB value is (134,115,104). Sum of RGB (Red+Green+Blue) = 134+115+104=353 (46% of max value = 765). Red value is 134 (52.73% from 255 or 37.96% from 353); Green value is 115 (45.31% from 255 or 32.58% from 353); Blue value is 104 (41.02% from 255 or 29.46% from 353); Max value from RGB is 134 - color contains mainly: red. Hex color #867368 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867368 is #798C97. Grayscale: #777777. Windows color (decimal): -7965848 or 6845318. OLE color: 6845318.

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

Color convert

RGB 134 115 104 -
CMYK 0 0.14 0.22 0.47
HSL 22º 0.13% 0.47% -
HSV(B) 22º 0.22% 0.53% -
XYZ 18.46 18.33 15.66 -
YUV 119.43 119.29 138.39 -
System Red Green Blue C M Y K H S L
Decimal 134 115 104 0 0.14 0.22 0.47 22 0.13 0.47
Hex 86 73 68 0 E 16 2F 16 D 2F
Octal 206 163 150 0 16 26 57 26 15 57
Binary 10000110 1110011 1101000 0 1110 10110 101111 10110 1101 101111

Color Harmonies of #867368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867368

Black with #867368

Text Example


Text Example

White with #867368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #867368; }

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

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

background-color css

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

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

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

border-color css

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

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

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