#866750

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

Shades of Roman Coffee #866750

Tints of Roman Coffee #866750

Color information

#866750 (or 0x866750) is unknown color: approx Roman Coffee. HEX triplet: 86, 67 and 50. RGB value is (134,103,80). Sum of RGB (Red+Green+Blue) = 134+103+80=317 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.27% from 317); Green value is 103 (40.62% from 255 or 32.49% from 317); Blue value is 80 (31.64% from 255 or 25.24% from 317); Max value from RGB is 134 - color contains mainly: red. Hex color #866750 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866750 is #7998AF. Grayscale: #6D6D6D. Windows color (decimal): -7968944 or 5269382. OLE color: 5269382.

HSL color Cylindrical-coordinate representation of color #866750: hue angle of 25.56º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #866750 is Cyan = 0, Magento = 0.23, Yellow = 0.40 and Black (K on CMYK) = 0.47.

Color convert

RGB13410380-
CMYK00.230.400.47
HSL25.56º25.23%41.96%-
HSV(B)25.56º40.3%52.55%-
XYZ16.1315.359.7-
YUV109.65111.27145.37-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 42.27%
GREEN value IS 103 (40.62% from 255) = 32.49%
BLUE value IS 80 (31.64% from 255) = 25.24%
R=42.27%
G=32.49%
B=25.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.40
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341038000.230.400.4725.5625.2341.96
Hex866750017282F1a192a
Octal2061471200275057323152
Binary10000110110011110100000101111010001011111101011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #866750; }

 p { color: rgb(134,103,80); }

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

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

 a { background-color: rgb(134,103,80); }

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

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

 span { border-color: rgb(134,103,80); }

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