#6D420C

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

Shades of Raw Umber #6D420C

Tints of Raw Umber #6D420C

Color information

#6D420C (or 0x6D420C) is unknown color: approx Raw Umber. HEX triplet: 6D, 42 and 0C. RGB value is (109,66,12). Sum of RGB (Red+Green+Blue) = 109+66+12=187 (24% of max value = 765). Red value is 109 (42.97% from 255 or 58.29% from 187); Green value is 66 (26.17% from 255 or 35.29% from 187); Blue value is 12 (5.08% from 255 or 6.42% from 187); Max value from RGB is 109 - color contains mainly: red. Hex color #6D420C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6D420C is #92BDF3. Grayscale: #484848. Windows color (decimal): -9616884 or 803437. OLE color: 803437.

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

Color convert

RGB1096612-
CMYK00.390.890.57
HSL33.4º80.17%23.73%-
HSV(B)33.4º88.99%42.75%-
XYZ8.327.171.29-
YUV72.793.75153.89-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 58.29%
GREEN value IS 66 (26.17% from 255) = 35.29%
BLUE value IS 12 (5.08% from 255) = 6.42%
R=58.29%
G=35.29%
B=6.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.89
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109661200.390.890.5733.480.1723.73
Hex6D42C0275939215018
Octal15510214047131714112030
Binary11011011000010110001001111011001111001100001101000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D420C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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