#7E6350

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

Shades of Roman Coffee #7E6350

Tints of Roman Coffee #7E6350

Color information

#7E6350 (or 0x7E6350) is unknown color: approx Roman Coffee. HEX triplet: 7E, 63 and 50. RGB value is (126,99,80). Sum of RGB (Red+Green+Blue) = 126+99+80=305 (40% of max value = 765). Red value is 126 (49.61% from 255 or 41.31% from 305); Green value is 99 (39.06% from 255 or 32.46% from 305); Blue value is 80 (31.64% from 255 or 26.23% from 305); Max value from RGB is 126 - color contains mainly: red. Hex color #7E6350 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E6350 is #819CAF. Grayscale: #696969. Windows color (decimal): -8494256 or 5268350. OLE color: 5268350.

HSL color Cylindrical-coordinate representation of color #7E6350: hue angle of 24.78º degrees, saturation: 0.22, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7E6350 is Cyan = 0, Magento = 0.21, Yellow = 0.37 and Black (K on CMYK) = 0.51.

Color convert

RGB1269980-
CMYK00.210.370.51
HSL24.78º22.33%40.39%-
HSV(B)24.78º36.51%49.41%-
XYZ14.5113.949.51-
YUV104.91113.95143.04-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 41.31%
GREEN value IS 99 (39.06% from 255) = 32.46%
BLUE value IS 80 (31.64% from 255) = 26.23%
R=41.31%
G=32.46%
B=26.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.37
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126998000.210.370.5124.7822.3340.39
Hex7E63500152533191628
Octal1761431200254563312650
Binary1111110110001110100000101011001011100111100110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E6350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,99,80); }

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

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

 a { background-color: rgb(126,99,80); }

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

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

 span { border-color: rgb(126,99,80); }

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