#866954

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

Shades of Roman Coffee #866954

Tints of Roman Coffee #866954

Color information

#866954 (or 0x866954) is unknown color: approx Roman Coffee. HEX triplet: 86, 69 and 54. RGB value is (134,105,84). Sum of RGB (Red+Green+Blue) = 134+105+84=323 (42% of max value = 765). Red value is 134 (52.73% from 255 or 41.49% from 323); Green value is 105 (41.41% from 255 or 32.51% from 323); Blue value is 84 (33.20% from 255 or 26.01% from 323); Max value from RGB is 134 - color contains mainly: red. Hex color #866954 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866954 is #7996AB. Grayscale: #6F6F6F. Windows color (decimal): -7968428 or 5532038. OLE color: 5532038.

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

Color convert

RGB13410584-
CMYK00.220.370.47
HSL25.2º22.94%42.75%-
HSV(B)25.2º37.31%52.55%-
XYZ16.4815.8110.57-
YUV111.28112.61144.21-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 41.49%
GREEN value IS 105 (41.41% from 255) = 32.51%
BLUE value IS 84 (33.20% from 255) = 26.01%
R=41.49%
G=32.51%
B=26.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.37
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341058400.220.370.4725.222.9442.75
Hex866954016252F19172b
Octal2061511240264557312753
Binary10000110110100110101000101101001011011111100110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #866954; }

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

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

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

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

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

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

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

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