#867B6B

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

Shades of Sand Dune #867B6B

Tints of Sand Dune #867B6B

Color information

#867B6B (or 0x867B6B) is unknown color: approx Sand Dune. HEX triplet: 86, 7B and 6B. RGB value is (134,123,107). Sum of RGB (Red+Green+Blue) = 134+123+107=364 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.81% from 364); Green value is 123 (48.44% from 255 or 33.79% from 364); Blue value is 107 (42.19% from 255 or 29.40% from 364); Max value from RGB is 134 - color contains mainly: red. Hex color #867B6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867B6B is #798494. Grayscale: #7C7C7C. Windows color (decimal): -7963797 or 7043974. OLE color: 7043974.

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

Color convert

RGB134123107-
CMYK00.080.200.47
HSL35.56º11.2%47.25%-
HSV(B)35.56º20.15%52.55%-
XYZ19.5720.316.8-
YUV124.46118.14134.8-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.81%
GREEN value IS 123 (48.44% from 255) = 33.79%
BLUE value IS 107 (42.19% from 255) = 29.40%
R=36.81%
G=33.79%
B=29.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.20
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13412310700.080.200.4735.5611.247.25
Hex867B6B08142F24b2f
Octal2061731530102457441357
Binary100001101111011110101101000101001011111001001011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867B6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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