#866857

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

Shades of Roman Coffee #866857

Tints of Roman Coffee #866857

Color information

#866857 (or 0x866857) is unknown color: approx Roman Coffee. HEX triplet: 86, 68 and 57. RGB value is (134,104,87). Sum of RGB (Red+Green+Blue) = 134+104+87=325 (43% of max value = 765). Red value is 134 (52.73% from 255 or 41.23% from 325); Green value is 104 (41.02% from 255 or 32% from 325); Blue value is 87 (34.38% from 255 or 26.77% from 325); Max value from RGB is 134 - color contains mainly: red. Hex color #866857 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866857 is #7997A8. Grayscale: #6F6F6F. Windows color (decimal): -7968681 or 5728390. OLE color: 5728390.

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

Color convert

RGB13410487-
CMYK00.220.350.47
HSL21.7º21.27%43.33%-
HSV(B)21.7º35.07%52.55%-
XYZ16.515.6611.17-
YUV111.03114.44144.38-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 41.23%
GREEN value IS 104 (41.02% from 255) = 32%
BLUE value IS 87 (34.38% from 255) = 26.77%
R=41.23%
G=32%
B=26.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.35
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341048700.220.350.4721.721.2743.33
Hex866857016232F16152b
Octal2061501270264357262553
Binary10000110110100010101110101101000111011111011010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #866857; }

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

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

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

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

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

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

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

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