#867A6B

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

Shades of Sand Dune #867A6B

Tints of Sand Dune #867A6B

Color information

#867A6B (or 0x867A6B) is unknown color: approx Sand Dune. HEX triplet: 86, 7A and 6B. RGB value is (134,122,107). Sum of RGB (Red+Green+Blue) = 134+122+107=363 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.91% from 363); Green value is 122 (48.05% from 255 or 33.61% from 363); Blue value is 107 (42.19% from 255 or 29.48% from 363); Max value from RGB is 134 - color contains mainly: red. Hex color #867A6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867A6B is #798594. Grayscale: #7B7B7B. Windows color (decimal): -7964053 or 7043718. OLE color: 7043718.

HSL color Cylindrical-coordinate representation of color #867A6B: hue angle of 33.33º 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 #867A6B is Cyan = 0, Magento = 0.09, Yellow = 0.20 and Black (K on CMYK) = 0.47.

Color convert

RGB134122107-
CMYK00.090.200.47
HSL33.33º11.2%47.25%-
HSV(B)33.33º20.15%52.55%-
XYZ19.4420.0516.75-
YUV123.88118.48135.22-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.91%
GREEN value IS 122 (48.05% from 255) = 33.61%
BLUE value IS 107 (42.19% from 255) = 29.48%
R=36.91%
G=33.61%
B=29.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.20
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13412210700.090.200.4733.3311.247.25
Hex867A6B09142F21b2f
Octal2061721530112457411357
Binary100001101111010110101101001101001011111000011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867A6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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