#867662

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

Shades of Sand Dune #867662

Tints of Sand Dune #867662

Color information

#867662 (or 0x867662) is unknown color: approx Sand Dune. HEX triplet: 86, 76 and 62. RGB value is (134,118,98). Sum of RGB (Red+Green+Blue) = 134+118+98=350 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.29% from 350); Green value is 118 (46.48% from 255 or 33.71% from 350); Blue value is 98 (38.67% from 255 or 28% from 350); Max value from RGB is 134 - color contains mainly: red. Hex color #867662 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867662 is #79899D. Grayscale: #787878. Windows color (decimal): -7965086 or 6452870. OLE color: 6452870.

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

Color convert

RGB13411898-
CMYK00.120.270.47
HSL33.33º15.52%45.49%-
HSV(B)33.33º26.87%52.55%-
XYZ18.5118.9114.23-
YUV120.5115.3137.63-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 38.29%
GREEN value IS 118 (46.48% from 255) = 33.71%
BLUE value IS 98 (38.67% from 255) = 28%
R=38.29%
G=33.71%
B=28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.27
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341189800.120.270.4733.3315.5245.49
Hex8676620C1B2F21102d
Octal2061661420143357412055
Binary1000011011101101100010011001101110111110000110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867662; }

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

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

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

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

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

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

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

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