#6E4713

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

Shades of Raw Umber #6E4713

Tints of Raw Umber #6E4713

Color information

#6E4713 (or 0x6E4713) is unknown color: approx Raw Umber. HEX triplet: 6E, 47 and 13. RGB value is (110,71,19). Sum of RGB (Red+Green+Blue) = 110+71+19=200 (26% of max value = 765). Red value is 110 (43.36% from 255 or 55% from 200); Green value is 71 (28.12% from 255 or 35.5% from 200); Blue value is 19 (7.81% from 255 or 9.5% from 200); Max value from RGB is 110 - color contains mainly: red. Hex color #6E4713 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6E4713 is #91B8EC. Grayscale: #4C4C4C. Windows color (decimal): -9550061 or 1263470. OLE color: 1263470.

HSL color Cylindrical-coordinate representation of color #6E4713: hue angle of 34.29º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6E4713 is Cyan = 0, Magento = 0.35, Yellow = 0.83 and Black (K on CMYK) = 0.57.

Color convert

RGB1107119-
CMYK00.350.830.57
HSL34.29º70.54%25.29%-
HSV(B)34.29º82.73%43.14%-
XYZ8.87.871.67-
YUV76.7395.42151.73-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 55%
GREEN value IS 71 (28.12% from 255) = 35.5%
BLUE value IS 19 (7.81% from 255) = 9.5%
R=55%
G=35.5%
B=9.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.83
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110711900.350.830.5734.2970.5425.29
Hex6E47130235339224719
Octal15610723043123714210731
Binary110111010001111001101000111010011111001100010100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E4713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,71,19); }

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

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

 a { background-color: rgb(110,71,19); }

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

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

 span { border-color: rgb(110,71,19); }

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