#867969

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

Shades of Sand Dune #867969

Tints of Sand Dune #867969

Color information

#867969 (or 0x867969) is unknown color: approx Sand Dune. HEX triplet: 86, 79 and 69. RGB value is (134,121,105). Sum of RGB (Red+Green+Blue) = 134+121+105=360 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.22% from 360); Green value is 121 (47.66% from 255 or 33.61% from 360); Blue value is 105 (41.41% from 255 or 29.17% from 360); Max value from RGB is 134 - color contains mainly: red. Hex color #867969 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867969 is #798696. Grayscale: #7B7B7B. Windows color (decimal): -7964311 or 6912390. OLE color: 6912390.

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

Color convert

RGB134121105-
CMYK00.100.220.47
HSL33.1º12.13%46.86%-
HSV(B)33.1º21.64%52.55%-
XYZ19.2219.7616.17-
YUV123.06117.81135.8-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 37.22%
GREEN value IS 121 (47.66% from 255) = 33.61%
BLUE value IS 105 (41.41% from 255) = 29.17%
R=37.22%
G=33.61%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.22
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13412110500.100.220.4733.112.1346.86
Hex8679690A162F21c2f
Octal2061711510122657411457
Binary100001101111001110100101010101101011111000011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867969; }

 p { color: rgb(134,121,105); }

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

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

 a { background-color: rgb(134,121,105); }

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

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

 span { border-color: rgb(134,121,105); }

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