Html Css Color HEX #86684F Roman Coffee

📋 copy color: '#86684F'

red 134 ◦ green 104 ◦ blue 79

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

Shades of Roman Coffee #86684F

Tints of Roman Coffee #86684F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 24.92%

R = 42.27%
G = 32.81%
B = 24.92%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.41

 K value IS 0.47

RGB Variations

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

Color information

#86684F (or 0x86684F) is known color: Roman Coffee. HEX triplet: 86, 68 and 4F. RGB value is (134,104,79). Sum of RGB (Red+Green+Blue) = 134+104+79=317 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.27% from 317); Green value is 104 (41.02% from 255 or 32.81% from 317); Blue value is 79 (31.25% from 255 or 24.92% from 317); Max value from RGB is 134 - color contains mainly: red. Hex color #86684F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86684F is #7997B0. Grayscale: #6E6E6E. Windows color (decimal): -7968689 or 5204102. OLE color: 5204102.

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

Color convert

RGB 134 104 79 -
CMYK 0 0.22 0.41 0.47
HSL 27.27º 0.26% 0.42% -
HSV(B) 27.27º 0.41% 0.53% -
XYZ 16.19 15.53 9.54 -
YUV 110.12 110.44 145.03 -
System Red Green Blue C M Y K H S L
Decimal 134 104 79 0 0.22 0.41 0.47 27.27 0.26 0.42
Hex 86 68 4F 0 16 29 2F 1B 1A 2A
Octal 206 150 117 0 26 51 57 33 32 52
Binary 10000110 1101000 1001111 0 10110 101001 101111 11011 11010 101010

Color Harmonies of #86684F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86684F

Black with #86684F

Text Example


Text Example

White with #86684F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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