#86684D

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

Shades of Roman Coffee #86684D

Tints of Roman Coffee #86684D

Color information

#86684D (or 0x86684D) is unknown color: approx Roman Coffee. HEX triplet: 86, 68 and 4D. RGB value is (134,104,77). Sum of RGB (Red+Green+Blue) = 134+104+77=315 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.54% from 315); Green value is 104 (41.02% from 255 or 33.02% from 315); Blue value is 77 (30.47% from 255 or 24.44% from 315); Max value from RGB is 134 - color contains mainly: red. Hex color #86684D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86684D is #7997B2. Grayscale: #6E6E6E. Windows color (decimal): -7968691 or 5073030. OLE color: 5073030.

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

Color convert

RGB13410477-
CMYK00.220.430.47
HSL28.42º27.01%41.37%-
HSV(B)28.42º42.54%52.55%-
XYZ16.1215.59.16-
YUV109.89109.44145.2-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 42.54%
GREEN value IS 104 (41.02% from 255) = 33.02%
BLUE value IS 77 (30.47% from 255) = 24.44%
R=42.54%
G=33.02%
B=24.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.43
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341047700.220.430.4728.4227.0141.37
Hex86684D0162B2F1c1b29
Octal2061501150265357343351
Binary10000110110100010011010101101010111011111110011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86684D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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