#6D4514

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

Shades of Raw Umber #6D4514

Tints of Raw Umber #6D4514

Color information

#6D4514 (or 0x6D4514) is unknown color: approx Raw Umber. HEX triplet: 6D, 45 and 14. RGB value is (109,69,20). Sum of RGB (Red+Green+Blue) = 109+69+20=198 (26% of max value = 765). Red value is 109 (42.97% from 255 or 55.05% from 198); Green value is 69 (27.34% from 255 or 34.85% from 198); Blue value is 20 (8.20% from 255 or 10.10% from 198); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4514 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6D4514 is #92BAEB. Grayscale: #4B4B4B. Windows color (decimal): -9616108 or 1328493. OLE color: 1328493.

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

Color convert

RGB1096920-
CMYK00.370.820.57
HSL33.03º68.99%25.29%-
HSV(B)33.03º81.65%42.75%-
XYZ8.567.561.67-
YUV75.3796.75151.98-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 55.05%
GREEN value IS 69 (27.34% from 255) = 34.85%
BLUE value IS 20 (8.20% from 255) = 10.10%
R=55.05%
G=34.85%
B=10.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.82
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109692000.370.820.5733.0368.9925.29
Hex6D45140255239214519
Octal15510524045122714110531
Binary110110110001011010001001011010010111001100001100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D4514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,69,20); }

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

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

 a { background-color: rgb(109,69,20); }

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

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

 span { border-color: rgb(109,69,20); }

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