#867262

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

Shades of Sand Dune #867262

Tints of Sand Dune #867262

Color information

#867262 (or 0x867262) is unknown color: approx Sand Dune. HEX triplet: 86, 72 and 62. RGB value is (134,114,98). Sum of RGB (Red+Green+Blue) = 134+114+98=346 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.73% from 346); Green value is 114 (44.92% from 255 or 32.95% from 346); Blue value is 98 (38.67% from 255 or 28.32% from 346); Max value from RGB is 134 - color contains mainly: red. Hex color #867262 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867262 is #798D9D. Grayscale: #767676. Windows color (decimal): -7966110 or 6451846. OLE color: 6451846.

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

Color convert

RGB13411498-
CMYK00.150.270.47
HSL26.67º15.52%45.49%-
HSV(B)26.67º26.87%52.55%-
XYZ18.0517.9814.08-
YUV118.16116.63139.3-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 38.73%
GREEN value IS 114 (44.92% from 255) = 32.95%
BLUE value IS 98 (38.67% from 255) = 28.32%
R=38.73%
G=32.95%
B=28.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.27
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341149800.150.270.4726.6715.5245.49
Hex8672620F1B2F1b102d
Octal2061621420173357332055
Binary100001101110010110001001111110111011111101110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867262; }

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

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

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

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

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

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

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

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