#6E400D

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

Shades of Raw Umber #6E400D

Tints of Raw Umber #6E400D

Color information

#6E400D (or 0x6E400D) is unknown color: approx Raw Umber. HEX triplet: 6E, 40 and 0D. RGB value is (110,64,13). Sum of RGB (Red+Green+Blue) = 110+64+13=187 (24% of max value = 765). Red value is 110 (43.36% from 255 or 58.82% from 187); Green value is 64 (25.39% from 255 or 34.22% from 187); Blue value is 13 (5.47% from 255 or 6.95% from 187); Max value from RGB is 110 - color contains mainly: red. Hex color #6E400D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6E400D is #91BFF2. Grayscale: #484848. Windows color (decimal): -9551859 or 868462. OLE color: 868462.

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

Color convert

RGB1106413-
CMYK00.420.880.57
HSL31.55º78.86%24.12%-
HSV(B)31.55º88.18%43.14%-
XYZ8.347.011.29-
YUV71.9494.74155.15-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 58.82%
GREEN value IS 64 (25.39% from 255) = 34.22%
BLUE value IS 13 (5.47% from 255) = 6.95%
R=58.82%
G=34.22%
B=6.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.88
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110641300.420.880.5731.5578.8624.12
Hex6E40D02A5839204f18
Octal15610015052130714011730
Binary11011101000000110101010101011000111001100000100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E400D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,64,13); }

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

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

 a { background-color: rgb(110,64,13); }

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

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

 span { border-color: rgb(110,64,13); }

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