#867661

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

Shades of Sand Dune #867661

Tints of Sand Dune #867661

Color information

#867661 (or 0x867661) is unknown color: approx Sand Dune. HEX triplet: 86, 76 and 61. RGB value is (134,118,97). Sum of RGB (Red+Green+Blue) = 134+118+97=349 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.40% from 349); Green value is 118 (46.48% from 255 or 33.81% from 349); Blue value is 97 (38.28% from 255 or 27.79% from 349); Max value from RGB is 134 - color contains mainly: red. Hex color #867661 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867661 is #79899E. Grayscale: #787878. Windows color (decimal): -7965087 or 6387334. OLE color: 6387334.

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

Color convert

RGB13411897-
CMYK00.120.280.47
HSL34.05º16.02%45.29%-
HSV(B)34.05º27.61%52.55%-
XYZ18.4718.8913.98-
YUV120.39114.8137.71-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 38.40%
GREEN value IS 118 (46.48% from 255) = 33.81%
BLUE value IS 97 (38.28% from 255) = 27.79%
R=38.40%
G=33.81%
B=27.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.28
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341189700.120.280.4734.0516.0245.29
Hex8676610C1C2F22102d
Octal2061661410143457422055
Binary1000011011101101100001011001110010111110001010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867661; }

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

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

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

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

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

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

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

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