#6D5501

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

Shades of Raw Umber #6D5501

Tints of Raw Umber #6D5501

Color information

#6D5501 (or 0x6D5501) is unknown color: approx Raw Umber. HEX triplet: 6D, 55 and 01. RGB value is (109,85,1). Sum of RGB (Red+Green+Blue) = 109+85+1=195 (25% of max value = 765). Red value is 109 (42.97% from 255 or 55.90% from 195); Green value is 85 (33.59% from 255 or 43.59% from 195); Blue value is 1 (0.78% from 255 or 0.51% from 195); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5501 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6D5501 is #92AAFE. Grayscale: #525252. Windows color (decimal): -9612031 or 87405. OLE color: 87405.

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

Color convert

RGB109851-
CMYK00.220.990.57
HSL46.67º98.18%21.57%-
HSV(B)46.67º99.08%42.75%-
XYZ9.569.751.41-
YUV82.681.95146.83-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 55.90%
GREEN value IS 85 (33.59% from 255) = 43.59%
BLUE value IS 1 (0.78% from 255) = 0.51%
R=55.90%
G=43.59%
B=0.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.99
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal10985100.220.990.5746.6798.1821.57
Hex6D55101663392f6216
Octal1551251026143715714226
Binary1101101101010110101101100011111001101111110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D5501

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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