#867269

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

Shades of Sand Dune #867269

Tints of Sand Dune #867269

Color information

#867269 (or 0x867269) is unknown color: approx Sand Dune. HEX triplet: 86, 72 and 69. RGB value is (134,114,105). Sum of RGB (Red+Green+Blue) = 134+114+105=353 (46% of max value = 765). Red value is 134 (52.73% from 255 or 37.96% from 353); Green value is 114 (44.92% from 255 or 32.29% from 353); Blue value is 105 (41.41% from 255 or 29.75% from 353); Max value from RGB is 134 - color contains mainly: red. Hex color #867269 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867269 is #798D96. Grayscale: #777777. Windows color (decimal): -7966103 or 6910598. OLE color: 6910598.

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

Color convert

RGB134114105-
CMYK00.150.220.47
HSL18.62º12.13%46.86%-
HSV(B)18.62º21.64%52.55%-
XYZ18.418.1215.89-
YUV118.95120.13138.73-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 37.96%
GREEN value IS 114 (44.92% from 255) = 32.29%
BLUE value IS 105 (41.41% from 255) = 29.75%
R=37.96%
G=32.29%
B=29.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.22
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13411410500.150.220.4718.6212.1346.86
Hex8672690F162F13c2f
Octal2061621510172657231457
Binary10000110111001011010010111110110101111100111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867269; }

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

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

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

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

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

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

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

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