#6D480C

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

Shades of Raw Umber #6D480C

Tints of Raw Umber #6D480C

Color information

#6D480C (or 0x6D480C) is unknown color: approx Raw Umber. HEX triplet: 6D, 48 and 0C. RGB value is (109,72,12). Sum of RGB (Red+Green+Blue) = 109+72+12=193 (25% of max value = 765). Red value is 109 (42.97% from 255 or 56.48% from 193); Green value is 72 (28.52% from 255 or 37.31% from 193); Blue value is 12 (5.08% from 255 or 6.22% from 193); Max value from RGB is 109 - color contains mainly: red. Hex color #6D480C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6D480C is #92B7F3. Grayscale: #4C4C4C. Windows color (decimal): -9615348 or 804973. OLE color: 804973.

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

Color convert

RGB1097212-
CMYK00.340.890.57
HSL37.11º80.17%23.73%-
HSV(B)37.11º88.99%42.75%-
XYZ8.697.911.42-
YUV76.2291.76151.38-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 56.48%
GREEN value IS 72 (28.52% from 255) = 37.31%
BLUE value IS 12 (5.08% from 255) = 6.22%
R=56.48%
G=37.31%
B=6.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.89
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109721200.340.890.5737.1180.1723.73
Hex6D48C0225939255018
Octal15511014042131714512030
Binary11011011001000110001000101011001111001100101101000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D480C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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