Html Css Color HEX #86684E Roman Coffee

📋 copy color: '#86684E'

red 134 ◦ green 104 ◦ blue 78

#86684E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Roman Coffee #86684E

Tints of Roman Coffee #86684E

RGB

 RED value IS 134 (52.73% from 255) = 42.41%

 GREEN value IS 104 (41.02% from 255) = 32.91%

 BLUE value IS 78 (30.86% from 255) = 24.68%

R = 42.41%
G = 32.91%
B = 24.68%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.42

 K value IS 0.47

RGB Variations

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

Color information

#86684E (or 0x86684E) is known color: Roman Coffee. HEX triplet: 86, 68 and 4E. RGB value is (134,104,78). Sum of RGB (Red+Green+Blue) = 134+104+78=316 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.41% from 316); Green value is 104 (41.02% from 255 or 32.91% from 316); Blue value is 78 (30.86% from 255 or 24.68% from 316); Max value from RGB is 134 - color contains mainly: red. Hex color #86684E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86684E is #7997B1. Grayscale: #6E6E6E. Windows color (decimal): -7968690 or 5138566. OLE color: 5138566.

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

Color convert

RGB 134 104 78 -
CMYK 0 0.22 0.42 0.47
HSL 27.86º 0.26% 0.42% -
HSV(B) 27.86º 0.42% 0.53% -
XYZ 16.16 15.52 9.35 -
YUV 110.01 109.94 145.11 -
System Red Green Blue C M Y K H S L
Decimal 134 104 78 0 0.22 0.42 0.47 27.86 0.26 0.42
Hex 86 68 4E 0 16 2A 2F 1C 1A 2A
Octal 206 150 116 0 26 52 57 34 32 52
Binary 10000110 1101000 1001110 0 10110 101010 101111 11100 11010 101010

Color Harmonies of #86684E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86684E

Black with #86684E

Text Example


Text Example

White with #86684E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #86684E;
 }
 .AnyTagClassName
 {
   color: #86684E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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