#86694F

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

Shades of Roman Coffee #86694F

Tints of Roman Coffee #86694F

Color information

#86694F (or 0x86694F) is unknown color: approx Roman Coffee. HEX triplet: 86, 69 and 4F. RGB value is (134,105,79). Sum of RGB (Red+Green+Blue) = 134+105+79=318 (42% of max value = 765). Red value is 134 (52.73% from 255 or 42.14% from 318); Green value is 105 (41.41% from 255 or 33.02% from 318); Blue value is 79 (31.25% from 255 or 24.84% from 318); Max value from RGB is 134 - color contains mainly: red. Hex color #86694F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86694F is #7996B0. Grayscale: #6E6E6E. Windows color (decimal): -7968433 or 5204358. OLE color: 5204358.

HSL color Cylindrical-coordinate representation of color #86694F: hue angle of 28.36º 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 #86694F is Cyan = 0, Magento = 0.22, Yellow = 0.41 and Black (K on CMYK) = 0.47.

Color convert

RGB13410579-
CMYK00.220.410.47
HSL28.36º25.82%41.76%-
HSV(B)28.36º41.04%52.55%-
XYZ16.2915.749.58-
YUV110.71110.11144.61-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 42.14%
GREEN value IS 105 (41.41% from 255) = 33.02%
BLUE value IS 79 (31.25% from 255) = 24.84%
R=42.14%
G=33.02%
B=24.84%

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
Decimal1341057900.220.410.4728.3625.8241.76
Hex86694F016292F1c1a2a
Octal2061511170265157343252
Binary10000110110100110011110101101010011011111110011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86694F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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