#866752

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

Shades of Roman Coffee #866752

Tints of Roman Coffee #866752

Color information

#866752 (or 0x866752) is unknown color: approx Roman Coffee. HEX triplet: 86, 67 and 52. RGB value is (134,103,82). Sum of RGB (Red+Green+Blue) = 134+103+82=319 (42% of max value = 765). Red value is 134 (52.73% from 255 or 42.01% from 319); Green value is 103 (40.62% from 255 or 32.29% from 319); Blue value is 82 (32.42% from 255 or 25.71% from 319); Max value from RGB is 134 - color contains mainly: red. Hex color #866752 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866752 is #7998AD. Grayscale: #6D6D6D. Windows color (decimal): -7968942 or 5400454. OLE color: 5400454.

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

Color convert

RGB13410382-
CMYK00.230.390.47
HSL24.23º24.07%42.35%-
HSV(B)24.23º38.81%52.55%-
XYZ16.215.3810.1-
YUV109.87112.27145.21-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 42.01%
GREEN value IS 103 (40.62% from 255) = 32.29%
BLUE value IS 82 (32.42% from 255) = 25.71%
R=42.01%
G=32.29%
B=25.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.39
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341038200.230.390.4724.2324.0742.35
Hex866752017272F18182a
Octal2061471220274757303052
Binary10000110110011110100100101111001111011111100011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #866752; }

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

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

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

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

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

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

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

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