#7E6956

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

Shades of Roman Coffee #7E6956

Tints of Roman Coffee #7E6956

Color information

#7E6956 (or 0x7E6956) is unknown color: approx Roman Coffee. HEX triplet: 7E, 69 and 56. RGB value is (126,105,86). Sum of RGB (Red+Green+Blue) = 126+105+86=317 (41% of max value = 765). Red value is 126 (49.61% from 255 or 39.75% from 317); Green value is 105 (41.41% from 255 or 33.12% from 317); Blue value is 86 (33.98% from 255 or 27.13% from 317); Max value from RGB is 126 - color contains mainly: red. Hex color #7E6956 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E6956 is #8196A9. Grayscale: #6D6D6D. Windows color (decimal): -8492714 or 5663102. OLE color: 5663102.

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

Color convert

RGB12610586-
CMYK00.170.320.51
HSL28.5º18.87%41.57%-
HSV(B)28.5º31.75%49.41%-
XYZ15.3415.2110.93-
YUV109.11114.96140.04-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 39.75%
GREEN value IS 105 (41.41% from 255) = 33.12%
BLUE value IS 86 (33.98% from 255) = 27.13%
R=39.75%
G=33.12%
B=27.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.32
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1261058600.170.320.5128.518.8741.57
Hex7E695601120331d132a
Octal1761511260214063352352
Binary1111110110100110101100100011000001100111110110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E6956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,105,86); }

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

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

 a { background-color: rgb(126,105,86); }

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

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

 span { border-color: rgb(126,105,86); }

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