#86684C

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

Shades of Roman Coffee #86684C

Tints of Roman Coffee #86684C

Color information

#86684C (or 0x86684C) is unknown color: approx Roman Coffee. HEX triplet: 86, 68 and 4C. RGB value is (134,104,76). Sum of RGB (Red+Green+Blue) = 134+104+76=314 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.68% from 314); Green value is 104 (41.02% from 255 or 33.12% from 314); Blue value is 76 (30.08% from 255 or 24.20% from 314); Max value from RGB is 134 - color contains mainly: red. Hex color #86684C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86684C is #7997B3. Grayscale: #6D6D6D. Windows color (decimal): -7968692 or 5007494. OLE color: 5007494.

HSL color Cylindrical-coordinate representation of color #86684C: hue angle of 28.97º degrees, saturation: 0.28, 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 #86684C is Cyan = 0, Magento = 0.22, Yellow = 0.43 and Black (K on CMYK) = 0.47.

Color convert

RGB13410476-
CMYK00.220.430.47
HSL28.97º27.62%41.18%-
HSV(B)28.97º43.28%52.55%-
XYZ16.0915.498.98-
YUV109.78108.94145.28-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 42.68%
GREEN value IS 104 (41.02% from 255) = 33.12%
BLUE value IS 76 (30.08% from 255) = 24.20%
R=42.68%
G=33.12%
B=24.20%

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
Decimal1341047600.220.430.4728.9727.6241.18
Hex86684C0162B2F1d1c29
Octal2061501140265357353451
Binary10000110110100010011000101101010111011111110111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86684C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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