#86674E

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

Shades of Roman Coffee #86674E

Tints of Roman Coffee #86674E

Color information

#86674E (or 0x86674E) is unknown color: approx Roman Coffee. HEX triplet: 86, 67 and 4E. RGB value is (134,103,78). Sum of RGB (Red+Green+Blue) = 134+103+78=315 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.54% from 315); Green value is 103 (40.62% from 255 or 32.70% from 315); Blue value is 78 (30.86% from 255 or 24.76% from 315); Max value from RGB is 134 - color contains mainly: red. Hex color #86674E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86674E is #7998B1. Grayscale: #6D6D6D. Windows color (decimal): -7968946 or 5138310. OLE color: 5138310.

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

Color convert

RGB13410378-
CMYK00.230.420.47
HSL26.79º26.42%41.57%-
HSV(B)26.79º41.79%52.55%-
XYZ16.0615.329.32-
YUV109.42110.27145.53-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 42.54%
GREEN value IS 103 (40.62% from 255) = 32.70%
BLUE value IS 78 (30.86% from 255) = 24.76%
R=42.54%
G=32.70%
B=24.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.42
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341037800.230.420.4726.7926.4241.57
Hex86674E0172A2F1b1a2a
Octal2061471160275257333252
Binary10000110110011110011100101111010101011111101111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86674E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86674E; }

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

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

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

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

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

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

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

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