#6D460C

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

Shades of Raw Umber #6D460C

Tints of Raw Umber #6D460C

Color information

#6D460C (or 0x6D460C) is unknown color: approx Raw Umber. HEX triplet: 6D, 46 and 0C. RGB value is (109,70,12). Sum of RGB (Red+Green+Blue) = 109+70+12=191 (25% of max value = 765). Red value is 109 (42.97% from 255 or 57.07% from 191); Green value is 70 (27.73% from 255 or 36.65% from 191); Blue value is 12 (5.08% from 255 or 6.28% from 191); Max value from RGB is 109 - color contains mainly: red. Hex color #6D460C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6D460C is #92B9F3. Grayscale: #4B4B4B. Windows color (decimal): -9615860 or 804461. OLE color: 804461.

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

Color convert

RGB1097012-
CMYK00.360.890.57
HSL35.88º80.17%23.73%-
HSV(B)35.88º88.99%42.75%-
XYZ8.567.661.37-
YUV75.0592.42152.22-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 57.07%
GREEN value IS 70 (27.73% from 255) = 36.65%
BLUE value IS 12 (5.08% from 255) = 6.28%
R=57.07%
G=36.65%
B=6.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.89
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109701200.360.890.5735.8880.1723.73
Hex6D46C0245939245018
Octal15510614044131714412030
Binary11011011000110110001001001011001111001100100101000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D460C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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