#86664E

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

Shades of Roman Coffee #86664E

Tints of Roman Coffee #86664E

Color information

#86664E (or 0x86664E) is unknown color: approx Roman Coffee. HEX triplet: 86, 66 and 4E. RGB value is (134,102,78). Sum of RGB (Red+Green+Blue) = 134+102+78=314 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.68% from 314); Green value is 102 (40.23% from 255 or 32.48% from 314); Blue value is 78 (30.86% from 255 or 24.84% from 314); Max value from RGB is 134 - color contains mainly: red. Hex color #86664E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86664E is #7999B1. Grayscale: #6C6C6C. Windows color (decimal): -7969202 or 5138054. OLE color: 5138054.

HSL color Cylindrical-coordinate representation of color #86664E: hue angle of 25.71º 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 #86664E is Cyan = 0, Magento = 0.24, Yellow = 0.42 and Black (K on CMYK) = 0.47.

Color convert

RGB13410278-
CMYK00.240.420.47
HSL25.71º26.42%41.57%-
HSV(B)25.71º41.79%52.55%-
XYZ15.9615.129.29-
YUV108.83110.6145.95-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 42.68%
GREEN value IS 102 (40.23% from 255) = 32.48%
BLUE value IS 78 (30.86% from 255) = 24.84%
R=42.68%
G=32.48%
B=24.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.42
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341027800.240.420.4725.7126.4241.57
Hex86664E0182A2F1a1a2a
Octal2061461160305257323252
Binary10000110110011010011100110001010101011111101011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86664E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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