#867368

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

Shades of Sand Dune #867368

Tints of Sand Dune #867368

Color information

#867368 (or 0x867368) is unknown color: approx Sand Dune. HEX triplet: 86, 73 and 68. RGB value is (134,115,104). Sum of RGB (Red+Green+Blue) = 134+115+104=353 (46% of max value = 765). Red value is 134 (52.73% from 255 or 37.96% from 353); Green value is 115 (45.31% from 255 or 32.58% from 353); Blue value is 104 (41.02% from 255 or 29.46% from 353); Max value from RGB is 134 - color contains mainly: red. Hex color #867368 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867368 is #798C97. Grayscale: #777777. Windows color (decimal): -7965848 or 6845318. OLE color: 6845318.

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

Color convert

RGB134115104-
CMYK00.140.220.47
HSL22º12.61%46.67%-
HSV(B)22º22.39%52.55%-
XYZ18.4618.3315.66-
YUV119.43119.29138.39-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 37.96%
GREEN value IS 115 (45.31% from 255) = 32.58%
BLUE value IS 104 (41.02% from 255) = 29.46%
R=37.96%
G=32.58%
B=29.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.22
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13411510400.140.220.472212.6146.67
Hex8673680E162F16d2f
Octal2061631500162657261557
Binary10000110111001111010000111010110101111101101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867368; }

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

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

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

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

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

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

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

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