#867362

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

Shades of Sand Dune #867362

Tints of Sand Dune #867362

Color information

#867362 (or 0x867362) is unknown color: approx Sand Dune. HEX triplet: 86, 73 and 62. RGB value is (134,115,98). Sum of RGB (Red+Green+Blue) = 134+115+98=347 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.62% from 347); Green value is 115 (45.31% from 255 or 33.14% from 347); Blue value is 98 (38.67% from 255 or 28.24% from 347); Max value from RGB is 134 - color contains mainly: red. Hex color #867362 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867362 is #798C9D. Grayscale: #767676. Windows color (decimal): -7965854 or 6452102. OLE color: 6452102.

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

Color convert

RGB13411598-
CMYK00.140.270.47
HSL28.33º15.52%45.49%-
HSV(B)28.33º26.87%52.55%-
XYZ18.1718.2114.11-
YUV118.74116.29138.88-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 38.62%
GREEN value IS 115 (45.31% from 255) = 33.14%
BLUE value IS 98 (38.67% from 255) = 28.24%
R=38.62%
G=33.14%
B=28.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.27
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341159800.140.270.4728.3315.5245.49
Hex8673620E1B2F1c102d
Octal2061631420163357342055
Binary100001101110011110001001110110111011111110010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867362; }

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

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

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

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

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

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

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

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