#6E490E

Color #6E490E Raw Umber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Raw Umber #6E490E

Tints of Raw Umber #6E490E

Color information

#6E490E (or 0x6E490E) is unknown color: approx Raw Umber. HEX triplet: 6E, 49 and 0E. RGB value is (110,73,14). Sum of RGB (Red+Green+Blue) = 110+73+14=197 (26% of max value = 765). Red value is 110 (43.36% from 255 or 55.84% from 197); Green value is 73 (28.91% from 255 or 37.06% from 197); Blue value is 14 (5.86% from 255 or 7.11% from 197); Max value from RGB is 110 - color contains mainly: red. Hex color #6E490E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6E490E is #91B6F1. Grayscale: #4D4D4D. Windows color (decimal): -9549554 or 936302. OLE color: 936302.

HSL color Cylindrical-coordinate representation of color #6E490E: hue angle of 36.88º degrees, saturation: 0.77, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6E490E is Cyan = 0, Magento = 0.34, Yellow = 0.87 and Black (K on CMYK) = 0.57.

Color convert

RGB1107314-
CMYK00.340.870.57
HSL36.88º77.42%24.31%-
HSV(B)36.88º87.27%43.14%-
XYZ8.898.111.51-
YUV77.3492.26151.3-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 55.84%
GREEN value IS 73 (28.91% from 255) = 37.06%
BLUE value IS 14 (5.86% from 255) = 7.11%
R=55.84%
G=37.06%
B=7.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.87
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110731400.340.870.5736.8877.4224.31
Hex6E49E0225739254d18
Octal15611116042127714511530
Binary11011101001001111001000101010111111001100101100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E490E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6E490E; }

 p { color: rgb(110,73,14); }

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

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

 a { background-color: rgb(110,73,14); }

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

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

 span { border-color: rgb(110,73,14); }

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