#6D5001

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

Shades of Raw Umber #6D5001

Tints of Raw Umber #6D5001

Color information

#6D5001 (or 0x6D5001) is unknown color: approx Raw Umber. HEX triplet: 6D, 50 and 01. RGB value is (109,80,1). Sum of RGB (Red+Green+Blue) = 109+80+1=190 (25% of max value = 765). Red value is 109 (42.97% from 255 or 57.37% from 190); Green value is 80 (31.64% from 255 or 42.11% from 190); Blue value is 1 (0.78% from 255 or 0.53% from 190); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5001 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6D5001 is #92AFFE. Grayscale: #505050. Windows color (decimal): -9613311 or 86125. OLE color: 86125.

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

Color convert

RGB109801-
CMYK00.270.990.57
HSL43.89º98.18%21.57%-
HSV(B)43.89º99.08%42.75%-
XYZ9.188.991.28-
YUV79.6683.61148.92-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 57.37%
GREEN value IS 80 (31.64% from 255) = 42.11%
BLUE value IS 1 (0.78% from 255) = 0.53%
R=57.37%
G=42.11%
B=0.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.99
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal10980100.270.990.5743.8998.1821.57
Hex6D50101B63392c6216
Octal1551201033143715414226
Binary1101101101000010110111100011111001101100110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D5001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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