#6E450D

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

Shades of Raw Umber #6E450D

Tints of Raw Umber #6E450D

Color information

#6E450D (or 0x6E450D) is unknown color: approx Raw Umber. HEX triplet: 6E, 45 and 0D. RGB value is (110,69,13). Sum of RGB (Red+Green+Blue) = 110+69+13=192 (25% of max value = 765). Red value is 110 (43.36% from 255 or 57.29% from 192); Green value is 69 (27.34% from 255 or 35.94% from 192); Blue value is 13 (5.47% from 255 or 6.77% from 192); Max value from RGB is 110 - color contains mainly: red. Hex color #6E450D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6E450D is #91BAF2. Grayscale: #4B4B4B. Windows color (decimal): -9550579 or 869742. OLE color: 869742.

HSL color Cylindrical-coordinate representation of color #6E450D: hue angle of 34.64º 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 #6E450D is Cyan = 0, Magento = 0.37, Yellow = 0.88 and Black (K on CMYK) = 0.57.

Color convert

RGB1106913-
CMYK00.370.880.57
HSL34.64º78.86%24.12%-
HSV(B)34.64º88.18%43.14%-
XYZ8.637.61.39-
YUV74.8893.08153.05-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 57.29%
GREEN value IS 69 (27.34% from 255) = 35.94%
BLUE value IS 13 (5.47% from 255) = 6.77%
R=57.29%
G=35.94%
B=6.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.88
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110691300.370.880.5734.6478.8624.12
Hex6E45D0255839234f18
Octal15610515045130714311730
Binary11011101000101110101001011011000111001100011100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E450D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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