#6D5A07

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

Shades of Raw Umber #6D5A07

Tints of Raw Umber #6D5A07

Color information

#6D5A07 (or 0x6D5A07) is unknown color: approx Raw Umber. HEX triplet: 6D, 5A and 07. RGB value is (109,90,7). Sum of RGB (Red+Green+Blue) = 109+90+7=206 (27% of max value = 765). Red value is 109 (42.97% from 255 or 52.91% from 206); Green value is 90 (35.55% from 255 or 43.69% from 206); Blue value is 7 (3.12% from 255 or 3.40% from 206); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5A07 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6D5A07 is #92A5F8. Grayscale: #565656. Windows color (decimal): -9610745 or 481901. OLE color: 481901.

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

Color convert

RGB109907-
CMYK00.170.940.57
HSL48.82º87.93%22.75%-
HSV(B)48.82º93.58%42.75%-
XYZ1010.581.72-
YUV86.2283.29144.25-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 52.91%
GREEN value IS 90 (35.55% from 255) = 43.69%
BLUE value IS 7 (3.12% from 255) = 3.40%
R=52.91%
G=43.69%
B=3.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.94
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal10990700.170.940.5748.8287.9322.75
Hex6D5A70115E39315817
Octal1551327021136716113027
Binary110110110110101110100011011110111001110001101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D5A07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,90,7); }

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

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

 a { background-color: rgb(109,90,7); }

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

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

 span { border-color: rgb(109,90,7); }

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