#867367

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

Shades of Sand Dune #867367

Tints of Sand Dune #867367

Color information

#867367 (or 0x867367) is unknown color: approx Sand Dune. HEX triplet: 86, 73 and 67. RGB value is (134,115,103). Sum of RGB (Red+Green+Blue) = 134+115+103=352 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.07% from 352); Green value is 115 (45.31% from 255 or 32.67% from 352); Blue value is 103 (40.62% from 255 or 29.26% from 352); Max value from RGB is 134 - color contains mainly: red. Hex color #867367 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867367 is #798C98. Grayscale: #777777. Windows color (decimal): -7965849 or 6779782. OLE color: 6779782.

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

Color convert

RGB134115103-
CMYK00.140.230.47
HSL23.23º13.08%46.47%-
HSV(B)23.23º23.13%52.55%-
XYZ18.4118.3115.4-
YUV119.31118.79138.48-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 38.07%
GREEN value IS 115 (45.31% from 255) = 32.67%
BLUE value IS 103 (40.62% from 255) = 29.26%
R=38.07%
G=32.67%
B=29.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.23
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13411510300.140.230.4723.2313.0846.47
Hex8673670E172F17d2e
Octal2061631470162757271556
Binary10000110111001111001110111010111101111101111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867367; }

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

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

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

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

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

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

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

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