#86684F

Color #86684F Roman Coffee (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Roman Coffee #86684F

Tints of Roman Coffee #86684F

Color information

#86684F (or 0x86684F) is unknown color: approx Roman Coffee. HEX triplet: 86, 68 and 4F. RGB value is (134,104,79). Sum of RGB (Red+Green+Blue) = 134+104+79=317 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.27% from 317); Green value is 104 (41.02% from 255 or 32.81% from 317); Blue value is 79 (31.25% from 255 or 24.92% from 317); Max value from RGB is 134 - color contains mainly: red. Hex color #86684F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86684F is #7997B0. Grayscale: #6E6E6E. Windows color (decimal): -7968689 or 5204102. OLE color: 5204102.

HSL color Cylindrical-coordinate representation of color #86684F: hue angle of 27.27º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #86684F is Cyan = 0, Magento = 0.22, Yellow = 0.41 and Black (K on CMYK) = 0.47.

Color convert

RGB13410479-
CMYK00.220.410.47
HSL27.27º25.82%41.76%-
HSV(B)27.27º41.04%52.55%-
XYZ16.1915.539.54-
YUV110.12110.44145.03-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 42.27%
GREEN value IS 104 (41.02% from 255) = 32.81%
BLUE value IS 79 (31.25% from 255) = 24.92%
R=42.27%
G=32.81%
B=24.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.41
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341047900.220.410.4727.2725.8241.76
Hex86684F016292F1b1a2a
Octal2061501170265157333252
Binary10000110110100010011110101101010011011111101111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86684F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86684F; }

 p { color: rgb(134,104,79); }

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

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

 a { background-color: rgb(134,104,79); }

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

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

 span { border-color: rgb(134,104,79); }

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