#6D5015

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

Shades of Raw Umber #6D5015

Tints of Raw Umber #6D5015

Color information

#6D5015 (or 0x6D5015) is unknown color: approx Raw Umber. HEX triplet: 6D, 50 and 15. RGB value is (109,80,21). Sum of RGB (Red+Green+Blue) = 109+80+21=210 (27% of max value = 765). Red value is 109 (42.97% from 255 or 51.90% from 210); Green value is 80 (31.64% from 255 or 38.10% from 210); Blue value is 21 (8.59% from 255 or 10% from 210); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5015 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6D5015 is #92AFEA. Grayscale: #525252. Windows color (decimal): -9613291 or 1396845. OLE color: 1396845.

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

Color convert

RGB1098021-
CMYK00.270.810.57
HSL40.23º67.69%25.49%-
HSV(B)40.23º80.73%42.75%-
XYZ9.319.041.96-
YUV81.9493.61147.3-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 51.90%
GREEN value IS 80 (31.64% from 255) = 38.10%
BLUE value IS 21 (8.59% from 255) = 10%
R=51.90%
G=38.10%
B=10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.81
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109802100.270.810.5740.2367.6925.49
Hex6D501501B5139284419
Octal15512025033121715010431
Binary11011011010000101010110111010001111001101000100010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D5015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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