#867267

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

Shades of Sand Dune #867267

Tints of Sand Dune #867267

Color information

#867267 (or 0x867267) is unknown color: approx Sand Dune. HEX triplet: 86, 72 and 67. RGB value is (134,114,103). Sum of RGB (Red+Green+Blue) = 134+114+103=351 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.18% from 351); Green value is 114 (44.92% from 255 or 32.48% from 351); Blue value is 103 (40.62% from 255 or 29.34% from 351); Max value from RGB is 134 - color contains mainly: red. Hex color #867267 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867267 is #798D98. Grayscale: #767676. Windows color (decimal): -7966105 or 6779526. OLE color: 6779526.

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

Color convert

RGB134114103-
CMYK00.150.230.47
HSL21.29º13.08%46.47%-
HSV(B)21.29º23.13%52.55%-
XYZ18.318.0815.36-
YUV118.73119.13138.89-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 38.18%
GREEN value IS 114 (44.92% from 255) = 32.48%
BLUE value IS 103 (40.62% from 255) = 29.34%
R=38.18%
G=32.48%
B=29.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.23
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13411410300.150.230.4721.2913.0846.47
Hex8672670F172F15d2e
Octal2061621470172757251556
Binary10000110111001011001110111110111101111101011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867267; }

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

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

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

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

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

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

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

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