#866754

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

Shades of Roman Coffee #866754

Tints of Roman Coffee #866754

Color information

#866754 (or 0x866754) is unknown color: approx Roman Coffee. HEX triplet: 86, 67 and 54. RGB value is (134,103,84). Sum of RGB (Red+Green+Blue) = 134+103+84=321 (42% of max value = 765). Red value is 134 (52.73% from 255 or 41.74% from 321); Green value is 103 (40.62% from 255 or 32.09% from 321); Blue value is 84 (33.20% from 255 or 26.17% from 321); Max value from RGB is 134 - color contains mainly: red. Hex color #866754 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866754 is #7998AB. Grayscale: #6E6E6E. Windows color (decimal): -7968940 or 5531526. OLE color: 5531526.

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

Color convert

RGB13410384-
CMYK00.230.370.47
HSL22.8º22.94%42.75%-
HSV(B)22.8º37.31%52.55%-
XYZ16.2815.4110.5-
YUV110.1113.27145.04-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 41.74%
GREEN value IS 103 (40.62% from 255) = 32.09%
BLUE value IS 84 (33.20% from 255) = 26.17%
R=41.74%
G=32.09%
B=26.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.37
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341038400.230.370.4722.822.9442.75
Hex866754017252F17172b
Octal2061471240274557272753
Binary10000110110011110101000101111001011011111011110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #866754; }

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

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

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

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

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

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

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

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