#6D4612

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

Shades of Raw Umber #6D4612

Tints of Raw Umber #6D4612

Color information

#6D4612 (or 0x6D4612) is unknown color: approx Raw Umber. HEX triplet: 6D, 46 and 12. RGB value is (109,70,18). Sum of RGB (Red+Green+Blue) = 109+70+18=197 (26% of max value = 765). Red value is 109 (42.97% from 255 or 55.33% from 197); Green value is 70 (27.73% from 255 or 35.53% from 197); Blue value is 18 (7.42% from 255 or 9.14% from 197); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4612 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6D4612 is #92B9ED. Grayscale: #4B4B4B. Windows color (decimal): -9615854 or 1197677. OLE color: 1197677.

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

Color convert

RGB1097018-
CMYK00.360.830.57
HSL34.29º71.65%24.9%-
HSV(B)34.29º83.49%42.75%-
XYZ8.617.681.6-
YUV75.7395.42151.73-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 55.33%
GREEN value IS 70 (27.73% from 255) = 35.53%
BLUE value IS 18 (7.42% from 255) = 9.14%
R=55.33%
G=35.53%
B=9.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.83
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109701800.360.830.5734.2971.6524.9
Hex6D46120245339224819
Octal15510622044123714211031
Binary110110110001101001001001001010011111001100010100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D4612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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