#867665

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

Shades of Sand Dune #867665

Tints of Sand Dune #867665

Color information

#867665 (or 0x867665) is unknown color: approx Sand Dune. HEX triplet: 86, 76 and 65. RGB value is (134,118,101). Sum of RGB (Red+Green+Blue) = 134+118+101=353 (46% of max value = 765). Red value is 134 (52.73% from 255 or 37.96% from 353); Green value is 118 (46.48% from 255 or 33.43% from 353); Blue value is 101 (39.84% from 255 or 28.61% from 353); Max value from RGB is 134 - color contains mainly: red. Hex color #867665 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867665 is #79899A. Grayscale: #787878. Windows color (decimal): -7965083 or 6649478. OLE color: 6649478.

HSL color Cylindrical-coordinate representation of color #867665: hue angle of 30.91º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #867665 is Cyan = 0, Magento = 0.12, Yellow = 0.25 and Black (K on CMYK) = 0.47.

Color convert

RGB134118101-
CMYK00.120.250.47
HSL30.91º14.04%46.08%-
HSV(B)30.91º24.63%52.55%-
XYZ18.6618.9614.99-
YUV120.85116.8137.38-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 37.96%
GREEN value IS 118 (46.48% from 255) = 33.43%
BLUE value IS 101 (39.84% from 255) = 28.61%
R=37.96%
G=33.43%
B=28.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.25
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13411810100.120.250.4730.9114.0446.08
Hex8676650C192F1fe2e
Octal2061661450143157371656
Binary10000110111011011001010110011001101111111111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867665; }

 p { color: rgb(134,118,101); }

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

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

 a { background-color: rgb(134,118,101); }

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

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

 span { border-color: rgb(134,118,101); }

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