#867965

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

Shades of Sand Dune #867965

Tints of Sand Dune #867965

Color information

#867965 (or 0x867965) is unknown color: approx Sand Dune. HEX triplet: 86, 79 and 65. RGB value is (134,121,101). Sum of RGB (Red+Green+Blue) = 134+121+101=356 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.64% from 356); Green value is 121 (47.66% from 255 or 33.99% from 356); Blue value is 101 (39.84% from 255 or 28.37% from 356); Max value from RGB is 134 - color contains mainly: red. Hex color #867965 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867965 is #79869A. Grayscale: #7A7A7A. Windows color (decimal): -7964315 or 6650246. OLE color: 6650246.

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

Color convert

RGB134121101-
CMYK00.100.250.47
HSL36.36º14.04%46.08%-
HSV(B)36.36º24.63%52.55%-
XYZ19.0219.6815.11-
YUV122.61115.81136.13-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 37.64%
GREEN value IS 121 (47.66% from 255) = 33.99%
BLUE value IS 101 (39.84% from 255) = 28.37%
R=37.64%
G=33.99%
B=28.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.25
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13412110100.100.250.4736.3614.0446.08
Hex8679650A192F24e2e
Octal2061711450123157441656
Binary100001101111001110010101010110011011111001001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867965; }

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

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

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

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

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

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

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

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