#7E6555

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

Shades of Roman Coffee #7E6555

Tints of Roman Coffee #7E6555

Color information

#7E6555 (or 0x7E6555) is unknown color: approx Roman Coffee. HEX triplet: 7E, 65 and 55. RGB value is (126,101,85). Sum of RGB (Red+Green+Blue) = 126+101+85=312 (41% of max value = 765). Red value is 126 (49.61% from 255 or 40.38% from 312); Green value is 101 (39.84% from 255 or 32.37% from 312); Blue value is 85 (33.59% from 255 or 27.24% from 312); Max value from RGB is 126 - color contains mainly: red. Hex color #7E6555 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E6555 is #819AAA. Grayscale: #6A6A6A. Windows color (decimal): -8493739 or 5596542. OLE color: 5596542.

HSL color Cylindrical-coordinate representation of color #7E6555: hue angle of 23.41º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7E6555 is Cyan = 0, Magento = 0.20, Yellow = 0.33 and Black (K on CMYK) = 0.51.

Color convert

RGB12610185-
CMYK00.200.330.51
HSL23.41º19.43%41.37%-
HSV(B)23.41º32.54%49.41%-
XYZ14.914.410.59-
YUV106.65115.78141.8-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 40.38%
GREEN value IS 101 (39.84% from 255) = 32.37%
BLUE value IS 85 (33.59% from 255) = 27.24%
R=40.38%
G=32.37%
B=27.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.33
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1261018500.200.330.5123.4119.4341.37
Hex7E65550142133171329
Octal1761451250244163272351
Binary1111110110010110101010101001000011100111011110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E6555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7E6555; }

 p { color: rgb(126,101,85); }

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

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

 a { background-color: rgb(126,101,85); }

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

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

 span { border-color: rgb(126,101,85); }

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