#867360

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

Shades of Sand Dune #867360

Tints of Sand Dune #867360

Color information

#867360 (or 0x867360) is unknown color: approx Sand Dune. HEX triplet: 86, 73 and 60. RGB value is (134,115,96). Sum of RGB (Red+Green+Blue) = 134+115+96=345 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.84% from 345); Green value is 115 (45.31% from 255 or 33.33% from 345); Blue value is 96 (37.89% from 255 or 27.83% from 345); Max value from RGB is 134 - color contains mainly: red. Hex color #867360 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867360 is #798C9F. Grayscale: #767676. Windows color (decimal): -7965856 or 6321030. OLE color: 6321030.

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

Color convert

RGB13411596-
CMYK00.140.280.47
HSL30º16.52%45.1%-
HSV(B)30º28.36%52.55%-
XYZ18.0718.1713.62-
YUV118.52115.29139.04-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 38.84%
GREEN value IS 115 (45.31% from 255) = 33.33%
BLUE value IS 96 (37.89% from 255) = 27.83%
R=38.84%
G=33.33%
B=27.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.28
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341159600.140.280.473016.5245.1
Hex8673600E1C2F1e112d
Octal2061631400163457362155
Binary100001101110011110000001110111001011111111010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867360; }

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

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

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

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

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

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

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

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