#867867

Color #867867 Sand Dune (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sand Dune #867867

Tints of Sand Dune #867867

Color information

#867867 (or 0x867867) is unknown color: approx Sand Dune. HEX triplet: 86, 78 and 67. RGB value is (134,120,103). Sum of RGB (Red+Green+Blue) = 134+120+103=357 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.54% from 357); Green value is 120 (47.27% from 255 or 33.61% from 357); Blue value is 103 (40.62% from 255 or 28.85% from 357); Max value from RGB is 134 - color contains mainly: red. Hex color #867867 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867867 is #798798. Grayscale: #7A7A7A. Windows color (decimal): -7964569 or 6781062. OLE color: 6781062.

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

Color convert

RGB134120103-
CMYK00.100.230.47
HSL32.9º13.08%46.47%-
HSV(B)32.9º23.13%52.55%-
XYZ1919.4815.59-
YUV122.25117.14136.38-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 37.54%
GREEN value IS 120 (47.27% from 255) = 33.61%
BLUE value IS 103 (40.62% from 255) = 28.85%
R=37.54%
G=33.61%
B=28.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.23
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13412010300.100.230.4732.913.0846.47
Hex8678670A172F21d2e
Octal2061701470122757411556
Binary100001101111000110011101010101111011111000011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867867; }

 p { color: rgb(134,120,103); }

 H1.HeaderClassName
 {
   color: #867867;
 }
 .AnyTagClassName
 {
   color: #867867;
 }
</style>
background-color css

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

 a { background-color: rgb(134,120,103); }

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

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

 span { border-color: rgb(134,120,103); }

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