#6D500D

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

Shades of Raw Umber #6D500D

Tints of Raw Umber #6D500D

Color information

#6D500D (or 0x6D500D) is unknown color: approx Raw Umber. HEX triplet: 6D, 50 and 0D. RGB value is (109,80,13). Sum of RGB (Red+Green+Blue) = 109+80+13=202 (26% of max value = 765). Red value is 109 (42.97% from 255 or 53.96% from 202); Green value is 80 (31.64% from 255 or 39.60% from 202); Blue value is 13 (5.47% from 255 or 6.44% from 202); Max value from RGB is 109 - color contains mainly: red. Hex color #6D500D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6D500D is #92AFF2. Grayscale: #515151. Windows color (decimal): -9613299 or 872557. OLE color: 872557.

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

Color convert

RGB1098013-
CMYK00.270.880.57
HSL41.88º78.69%23.92%-
HSV(B)41.88º88.07%42.75%-
XYZ9.259.021.63-
YUV81.0389.61147.95-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 53.96%
GREEN value IS 80 (31.64% from 255) = 39.60%
BLUE value IS 13 (5.47% from 255) = 6.44%
R=53.96%
G=39.60%
B=6.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.88
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109801300.270.880.5741.8878.6923.92
Hex6D50D01B58392a4f18
Octal15512015033130715211730
Binary1101101101000011010110111011000111001101010100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D500D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,80,13); }

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

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

 a { background-color: rgb(109,80,13); }

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

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

 span { border-color: rgb(109,80,13); }

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