#6D4614

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

Shades of Raw Umber #6D4614

Tints of Raw Umber #6D4614

Color information

#6D4614 (or 0x6D4614) is unknown color: approx Raw Umber. HEX triplet: 6D, 46 and 14. RGB value is (109,70,20). Sum of RGB (Red+Green+Blue) = 109+70+20=199 (26% of max value = 765). Red value is 109 (42.97% from 255 or 54.77% from 199); Green value is 70 (27.73% from 255 or 35.18% from 199); Blue value is 20 (8.20% from 255 or 10.05% from 199); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4614 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6D4614 is #92B9EB. Grayscale: #4C4C4C. Windows color (decimal): -9615852 or 1328749. OLE color: 1328749.

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

Color convert

RGB1097020-
CMYK00.360.820.57
HSL33.71º68.99%25.29%-
HSV(B)33.71º81.65%42.75%-
XYZ8.627.681.69-
YUV75.9696.42151.57-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 54.77%
GREEN value IS 70 (27.73% from 255) = 35.18%
BLUE value IS 20 (8.20% from 255) = 10.05%
R=54.77%
G=35.18%
B=10.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.82
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109702000.360.820.5733.7168.9925.29
Hex6D46140245239224519
Octal15510624044122714210531
Binary110110110001101010001001001010010111001100010100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D4614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,70,20); }

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

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

 a { background-color: rgb(109,70,20); }

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

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

 span { border-color: rgb(109,70,20); }

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