#867461

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

Shades of Sand Dune #867461

Tints of Sand Dune #867461

Color information

#867461 (or 0x867461) is unknown color: approx Sand Dune. HEX triplet: 86, 74 and 61. RGB value is (134,116,97). Sum of RGB (Red+Green+Blue) = 134+116+97=347 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.62% from 347); Green value is 116 (45.70% from 255 or 33.43% from 347); Blue value is 97 (38.28% from 255 or 27.95% from 347); Max value from RGB is 134 - color contains mainly: red. Hex color #867461 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867461 is #798B9E. Grayscale: #777777. Windows color (decimal): -7965599 or 6386822. OLE color: 6386822.

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

Color convert

RGB13411697-
CMYK00.130.280.47
HSL30.81º16.02%45.29%-
HSV(B)30.81º27.61%52.55%-
XYZ18.2318.4213.9-
YUV119.22115.46138.54-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 38.62%
GREEN value IS 116 (45.70% from 255) = 33.43%
BLUE value IS 97 (38.28% from 255) = 27.95%
R=38.62%
G=33.43%
B=27.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.28
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341169700.130.280.4730.8116.0245.29
Hex8674610D1C2F1f102d
Octal2061641410153457372055
Binary100001101110100110000101101111001011111111110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867461; }

 p { color: rgb(134,116,97); }

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

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

 a { background-color: rgb(134,116,97); }

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

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

 span { border-color: rgb(134,116,97); }

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