#867868

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

Shades of Sand Dune #867868

Tints of Sand Dune #867868

Color information

#867868 (or 0x867868) is unknown color: approx Sand Dune. HEX triplet: 86, 78 and 68. RGB value is (134,120,104). Sum of RGB (Red+Green+Blue) = 134+120+104=358 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.43% from 358); Green value is 120 (47.27% from 255 or 33.52% from 358); Blue value is 104 (41.02% from 255 or 29.05% from 358); Max value from RGB is 134 - color contains mainly: red. Hex color #867868 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867868 is #798797. Grayscale: #7A7A7A. Windows color (decimal): -7964568 or 6846598. OLE color: 6846598.

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

Color convert

RGB134120104-
CMYK00.100.220.47
HSL32º12.61%46.67%-
HSV(B)32º22.39%52.55%-
XYZ19.0519.515.86-
YUV122.36117.64136.3-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 37.43%
GREEN value IS 120 (47.27% from 255) = 33.52%
BLUE value IS 104 (41.02% from 255) = 29.05%
R=37.43%
G=33.52%
B=29.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.22
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13412010400.100.220.473212.6146.67
Hex8678680A162F20d2f
Octal2061701500122657401557
Binary100001101111000110100001010101101011111000001101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867868; }

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

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

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

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

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

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

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

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