#867165

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

Shades of Sand Dune #867165

Tints of Sand Dune #867165

Color information

#867165 (or 0x867165) is unknown color: approx Sand Dune. HEX triplet: 86, 71 and 65. RGB value is (134,113,101). Sum of RGB (Red+Green+Blue) = 134+113+101=348 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.51% from 348); Green value is 113 (44.53% from 255 or 32.47% from 348); Blue value is 101 (39.84% from 255 or 29.02% from 348); Max value from RGB is 134 - color contains mainly: red. Hex color #867165 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867165 is #798E9A. Grayscale: #757575. Windows color (decimal): -7966363 or 6648198. OLE color: 6648198.

HSL color Cylindrical-coordinate representation of color #867165: hue angle of 21.82º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #867165 is Cyan = 0, Magento = 0.16, Yellow = 0.25 and Black (K on CMYK) = 0.47.

Color convert

RGB134113101-
CMYK00.160.250.47
HSL21.82º14.04%46.08%-
HSV(B)21.82º24.63%52.55%-
XYZ18.0917.8214.8-
YUV117.91118.46139.48-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 38.51%
GREEN value IS 113 (44.53% from 255) = 32.47%
BLUE value IS 101 (39.84% from 255) = 29.02%
R=38.51%
G=32.47%
B=29.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.25
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13411310100.160.250.4721.8214.0446.08
Hex867165010192F16e2e
Octal2061611450203157261656
Binary100001101110001110010101000011001101111101101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867165; }

 p { color: rgb(134,113,101); }

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

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

 a { background-color: rgb(134,113,101); }

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

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

 span { border-color: rgb(134,113,101); }

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