#867460

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

Shades of Sand Dune #867460

Tints of Sand Dune #867460

Color information

#867460 (or 0x867460) is unknown color: approx Sand Dune. HEX triplet: 86, 74 and 60. RGB value is (134,116,96). Sum of RGB (Red+Green+Blue) = 134+116+96=346 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.73% from 346); Green value is 116 (45.70% from 255 or 33.53% from 346); Blue value is 96 (37.89% from 255 or 27.75% from 346); Max value from RGB is 134 - color contains mainly: red. Hex color #867460 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867460 is #798B9F. Grayscale: #777777. Windows color (decimal): -7965600 or 6321286. OLE color: 6321286.

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

Color convert

RGB13411696-
CMYK00.130.280.47
HSL31.58º16.52%45.1%-
HSV(B)31.58º28.36%52.55%-
XYZ18.1918.413.66-
YUV119.1114.96138.63-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 38.73%
GREEN value IS 116 (45.70% from 255) = 33.53%
BLUE value IS 96 (37.89% from 255) = 27.75%
R=38.73%
G=33.53%
B=27.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.28
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341169600.130.280.4731.5816.5245.1
Hex8674600D1C2F20112d
Octal2061641400153457402155
Binary1000011011101001100000011011110010111110000010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867460; }

 p { color: rgb(134,116,96); }

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

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

 a { background-color: rgb(134,116,96); }

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

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

 span { border-color: rgb(134,116,96); }

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