#867562

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

Shades of Sand Dune #867562

Tints of Sand Dune #867562

Color information

#867562 (or 0x867562) is unknown color: approx Sand Dune. HEX triplet: 86, 75 and 62. RGB value is (134,117,98). Sum of RGB (Red+Green+Blue) = 134+117+98=349 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.40% from 349); Green value is 117 (46.09% from 255 or 33.52% from 349); Blue value is 98 (38.67% from 255 or 28.08% from 349); Max value from RGB is 134 - color contains mainly: red. Hex color #867562 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867562 is #798A9D. Grayscale: #787878. Windows color (decimal): -7965342 or 6452614. OLE color: 6452614.

HSL color Cylindrical-coordinate representation of color #867562: hue angle of 31.67º 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 #867562 is Cyan = 0, Magento = 0.13, Yellow = 0.27 and Black (K on CMYK) = 0.47.

Color convert

RGB13411798-
CMYK00.130.270.47
HSL31.67º15.52%45.49%-
HSV(B)31.67º26.87%52.55%-
XYZ18.418.6714.19-
YUV119.92115.63138.04-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 38.40%
GREEN value IS 117 (46.09% from 255) = 33.52%
BLUE value IS 98 (38.67% from 255) = 28.08%
R=38.40%
G=33.52%
B=28.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.27
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341179800.130.270.4731.6715.5245.49
Hex8675620D1B2F20102d
Octal2061651420153357402055
Binary1000011011101011100010011011101110111110000010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867562; }

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

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

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

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

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

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

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

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