#6E4A01

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

Shades of Raw Umber #6E4A01

Tints of Raw Umber #6E4A01

Color information

#6E4A01 (or 0x6E4A01) is unknown color: approx Raw Umber. HEX triplet: 6E, 4A and 01. RGB value is (110,74,1). Sum of RGB (Red+Green+Blue) = 110+74+1=185 (24% of max value = 765). Red value is 110 (43.36% from 255 or 59.46% from 185); Green value is 74 (29.30% from 255 or 40% from 185); Blue value is 1 (0.78% from 255 or 0.54% from 185); Max value from RGB is 110 - color contains mainly: red. Hex color #6E4A01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6E4A01 is #91B5FE. Grayscale: #4C4C4C. Windows color (decimal): -9549311 or 84590. OLE color: 84590.

HSL color Cylindrical-coordinate representation of color #6E4A01: hue angle of 40.18º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6E4A01 is Cyan = 0, Magento = 0.33, Yellow = 0.99 and Black (K on CMYK) = 0.57.

Color convert

RGB110741-
CMYK00.330.990.57
HSL40.18º98.2%21.76%-
HSV(B)40.18º99.09%43.14%-
XYZ8.888.211.15-
YUV76.4485.43151.94-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 59.46%
GREEN value IS 74 (29.30% from 255) = 40%
BLUE value IS 1 (0.78% from 255) = 0.54%
R=59.46%
G=40%
B=0.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.99
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal11074100.330.990.5740.1898.221.76
Hex6E4A10216339286216
Octal1561121041143715014226
Binary11011101001010101000011100011111001101000110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E4A01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,74,1); }

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

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

 a { background-color: rgb(110,74,1); }

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

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

 span { border-color: rgb(110,74,1); }

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