#867268

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

Shades of Sand Dune #867268

Tints of Sand Dune #867268

Color information

#867268 (or 0x867268) is unknown color: approx Sand Dune. HEX triplet: 86, 72 and 68. RGB value is (134,114,104). Sum of RGB (Red+Green+Blue) = 134+114+104=352 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.07% from 352); Green value is 114 (44.92% from 255 or 32.39% from 352); Blue value is 104 (41.02% from 255 or 29.55% from 352); Max value from RGB is 134 - color contains mainly: red. Hex color #867268 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867268 is #798D97. Grayscale: #767676. Windows color (decimal): -7966104 or 6845062. OLE color: 6845062.

HSL color Cylindrical-coordinate representation of color #867268: hue angle of 20º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #867268 is Cyan = 0, Magento = 0.15, Yellow = 0.22 and Black (K on CMYK) = 0.47.

Color convert

RGB134114104-
CMYK00.150.220.47
HSL20º12.61%46.67%-
HSV(B)20º22.39%52.55%-
XYZ18.3518.115.62-
YUV118.84119.63138.81-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 38.07%
GREEN value IS 114 (44.92% from 255) = 32.39%
BLUE value IS 104 (41.02% from 255) = 29.55%
R=38.07%
G=32.39%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.22
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13411410400.150.220.472012.6146.67
Hex8672680F162F14d2f
Octal2061621500172657241557
Binary10000110111001011010000111110110101111101001101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867268; }

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

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

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

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

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

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

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

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