#867761

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

Shades of Sand Dune #867761

Tints of Sand Dune #867761

Color information

#867761 (or 0x867761) is unknown color: approx Sand Dune. HEX triplet: 86, 77 and 61. RGB value is (134,119,97). Sum of RGB (Red+Green+Blue) = 134+119+97=350 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.29% from 350); Green value is 119 (46.88% from 255 or 34% from 350); Blue value is 97 (38.28% from 255 or 27.71% from 350); Max value from RGB is 134 - color contains mainly: red. Hex color #867761 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867761 is #79889E. Grayscale: #797979. Windows color (decimal): -7964831 or 6387590. OLE color: 6387590.

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

Color convert

RGB13411997-
CMYK00.110.280.47
HSL35.68º16.02%45.29%-
HSV(B)35.68º27.61%52.55%-
XYZ18.5919.1314.02-
YUV120.98114.47137.29-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 38.29%
GREEN value IS 119 (46.88% from 255) = 34%
BLUE value IS 97 (38.28% from 255) = 27.71%
R=38.29%
G=34%
B=27.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.28
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341199700.110.280.4735.6816.0245.29
Hex8677610B1C2F24102d
Octal2061671410133457442055
Binary1000011011101111100001010111110010111110010010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867761; }

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

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

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

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

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

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

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

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