#867768

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

Shades of Sand Dune #867768

Tints of Sand Dune #867768

Color information

#867768 (or 0x867768) is unknown color: approx Sand Dune. HEX triplet: 86, 77 and 68. RGB value is (134,119,104). Sum of RGB (Red+Green+Blue) = 134+119+104=357 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.54% from 357); Green value is 119 (46.88% from 255 or 33.33% from 357); Blue value is 104 (41.02% from 255 or 29.13% from 357); Max value from RGB is 134 - color contains mainly: red. Hex color #867768 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867768 is #798897. Grayscale: #797979. Windows color (decimal): -7964824 or 6846342. OLE color: 6846342.

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

Color convert

RGB134119104-
CMYK00.110.220.47
HSL30º12.61%46.67%-
HSV(B)30º22.39%52.55%-
XYZ18.9319.2615.82-
YUV121.77117.97136.72-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 37.54%
GREEN value IS 119 (46.88% from 255) = 33.33%
BLUE value IS 104 (41.02% from 255) = 29.13%
R=37.54%
G=33.33%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.22
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13411910400.110.220.473012.6146.67
Hex8677680B162F1ed2f
Octal2061671500132657361557
Binary10000110111011111010000101110110101111111101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867768; }

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

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

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

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

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

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

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

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