#867167

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

Shades of Sand Dune #867167

Tints of Sand Dune #867167

Color information

#867167 (or 0x867167) is unknown color: approx Sand Dune. HEX triplet: 86, 71 and 67. RGB value is (134,113,103). Sum of RGB (Red+Green+Blue) = 134+113+103=350 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.29% from 350); Green value is 113 (44.53% from 255 or 32.29% from 350); Blue value is 103 (40.62% from 255 or 29.43% from 350); Max value from RGB is 134 - color contains mainly: red. Hex color #867167 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867167 is #798E98. Grayscale: #767676. Windows color (decimal): -7966361 or 6779270. OLE color: 6779270.

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

Color convert

RGB134113103-
CMYK00.160.230.47
HSL19.35º13.08%46.47%-
HSV(B)19.35º23.13%52.55%-
XYZ18.1817.8615.32-
YUV118.14119.46139.31-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 38.29%
GREEN value IS 113 (44.53% from 255) = 32.29%
BLUE value IS 103 (40.62% from 255) = 29.43%
R=38.29%
G=32.29%
B=29.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.23
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13411310300.160.230.4719.3513.0846.47
Hex867167010172F13d2e
Octal2061611470202757231556
Binary100001101110001110011101000010111101111100111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867167; }

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

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

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

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

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

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

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

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