#867967

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

Shades of Sand Dune #867967

Tints of Sand Dune #867967

Color information

#867967 (or 0x867967) is unknown color: approx Sand Dune. HEX triplet: 86, 79 and 67. RGB value is (134,121,103). Sum of RGB (Red+Green+Blue) = 134+121+103=358 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.43% from 358); Green value is 121 (47.66% from 255 or 33.80% from 358); Blue value is 103 (40.62% from 255 or 28.77% from 358); Max value from RGB is 134 - color contains mainly: red. Hex color #867967 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867967 is #798698. Grayscale: #7A7A7A. Windows color (decimal): -7964313 or 6781318. OLE color: 6781318.

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

Color convert

RGB134121103-
CMYK00.100.230.47
HSL34.84º13.08%46.47%-
HSV(B)34.84º23.13%52.55%-
XYZ19.1219.7215.63-
YUV122.84116.81135.96-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 37.43%
GREEN value IS 121 (47.66% from 255) = 33.80%
BLUE value IS 103 (40.62% from 255) = 28.77%
R=37.43%
G=33.80%
B=28.77%

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
Decimal13412110300.100.230.4734.8413.0846.47
Hex8679670A172F23d2e
Octal2061711470122757431556
Binary100001101111001110011101010101111011111000111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867967; }

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

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

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

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

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

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

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

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