Html Css Color HEX #866854 Roman Coffee

📋 copy color: '#866854'

red 134 ◦ green 104 ◦ blue 84

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

Shades of Roman Coffee #866854

Tints of Roman Coffee #866854

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 26.09%

R = 41.61%
G = 32.3%
B = 26.09%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.37

 K value IS 0.47

RGB Variations

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

Color information

#866854 (or 0x866854) is known color: Roman Coffee. HEX triplet: 86, 68 and 54. RGB value is (134,104,84). Sum of RGB (Red+Green+Blue) = 134+104+84=322 (42% of max value = 765). Red value is 134 (52.73% from 255 or 41.61% from 322); Green value is 104 (41.02% from 255 or 32.30% from 322); Blue value is 84 (33.20% from 255 or 26.09% from 322); Max value from RGB is 134 - color contains mainly: red. Hex color #866854 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866854 is #7997AB. Grayscale: #6E6E6E. Windows color (decimal): -7968684 or 5531782. OLE color: 5531782.

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

Color convert

RGB 134 104 84 -
CMYK 0 0.22 0.37 0.47
HSL 24º 0.23% 0.43% -
HSV(B) 24º 0.37% 0.53% -
XYZ 16.38 15.61 10.54 -
YUV 110.69 112.94 144.63 -
System Red Green Blue C M Y K H S L
Decimal 134 104 84 0 0.22 0.37 0.47 24 0.23 0.43
Hex 86 68 54 0 16 25 2F 18 17 2B
Octal 206 150 124 0 26 45 57 30 27 53
Binary 10000110 1101000 1010100 0 10110 100101 101111 11000 10111 101011

Color Harmonies of #866854

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866854

Black with #866854

Text Example


Text Example

White with #866854

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #866854; }

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

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

background-color css

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

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

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

border-color css

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

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

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