#867B6C

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

Shades of Sand Dune #867B6C

Tints of Sand Dune #867B6C

Color information

#867B6C (or 0x867B6C) is unknown color: approx Sand Dune. HEX triplet: 86, 7B and 6C. RGB value is (134,123,108). Sum of RGB (Red+Green+Blue) = 134+123+108=365 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.71% from 365); Green value is 123 (48.44% from 255 or 33.70% from 365); Blue value is 108 (42.58% from 255 or 29.59% from 365); Max value from RGB is 134 - color contains mainly: red. Hex color #867B6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867B6C is #798493. Grayscale: #7C7C7C. Windows color (decimal): -7963796 or 7109510. OLE color: 7109510.

HSL color Cylindrical-coordinate representation of color #867B6C: hue angle of 34.62º degrees, saturation: 0.11, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #867B6C is Cyan = 0, Magento = 0.08, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB134123108-
CMYK00.080.190.47
HSL34.62º10.74%47.45%-
HSV(B)34.62º19.4%52.55%-
XYZ19.6220.3217.07-
YUV124.58118.64134.72-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.71%
GREEN value IS 123 (48.44% from 255) = 33.70%
BLUE value IS 108 (42.58% from 255) = 29.59%
R=36.71%
G=33.70%
B=29.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.19
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13412310800.080.190.4734.6210.7447.45
Hex867B6C08132F23b2f
Octal2061731540102357431357
Binary100001101111011110110001000100111011111000111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867B6C; }

 p { color: rgb(134,123,108); }

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

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

 a { background-color: rgb(134,123,108); }

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

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

 span { border-color: rgb(134,123,108); }

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