Html Css Color HEX #86694F Roman Coffee

📋 copy color: '#86694F'

red 134 ◦ green 105 ◦ blue 79

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

Shades of Roman Coffee #86694F

Tints of Roman Coffee #86694F

RGB

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

 GREEN value IS 105 (41.41% from 255) = 33.02%

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

R = 42.14%
G = 33.02%
B = 24.84%

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

#86694F (or 0x86694F) is known color: Roman Coffee. HEX triplet: 86, 69 and 4F. RGB value is (134,105,79). Sum of RGB (Red+Green+Blue) = 134+105+79=318 (42% of max value = 765). Red value is 134 (52.73% from 255 or 42.14% from 318); Green value is 105 (41.41% from 255 or 33.02% from 318); Blue value is 79 (31.25% from 255 or 24.84% from 318); Max value from RGB is 134 - color contains mainly: red. Hex color #86694F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86694F is #7996B0. Grayscale: #6E6E6E. Windows color (decimal): -7968433 or 5204358. OLE color: 5204358.

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

Color convert

RGB 134 105 79 -
CMYK 0 0.22 0.41 0.47
HSL 28.36º 0.26% 0.42% -
HSV(B) 28.36º 0.41% 0.53% -
XYZ 16.29 15.74 9.58 -
YUV 110.71 110.11 144.61 -
System Red Green Blue C M Y K H S L
Decimal 134 105 79 0 0.22 0.41 0.47 28.36 0.26 0.42
Hex 86 69 4F 0 16 29 2F 1C 1A 2A
Octal 206 151 117 0 26 51 57 34 32 52
Binary 10000110 1101001 1001111 0 10110 101001 101111 11100 11010 101010

Color Harmonies of #86694F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86694F

Black with #86694F

Text Example


Text Example

White with #86694F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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