#6D5E0A

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

Shades of Raw Umber #6D5E0A

Tints of Raw Umber #6D5E0A

Color information

#6D5E0A (or 0x6D5E0A) is unknown color: approx Raw Umber. HEX triplet: 6D, 5E and 0A. RGB value is (109,94,10). Sum of RGB (Red+Green+Blue) = 109+94+10=213 (28% of max value = 765). Red value is 109 (42.97% from 255 or 51.17% from 213); Green value is 94 (37.11% from 255 or 44.13% from 213); Blue value is 10 (4.30% from 255 or 4.69% from 213); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5E0A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6D5E0A is #92A1F5. Grayscale: #595959. Windows color (decimal): -9609718 or 679533. OLE color: 679533.

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

Color convert

RGB1099410-
CMYK00.140.910.57
HSL50.91º83.19%23.33%-
HSV(B)50.91º90.83%42.75%-
XYZ10.3611.281.92-
YUV88.9183.47142.33-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 51.17%
GREEN value IS 94 (37.11% from 255) = 44.13%
BLUE value IS 10 (4.30% from 255) = 4.69%
R=51.17%
G=44.13%
B=4.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.91
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109941000.140.910.5750.9183.1923.33
Hex6D5EA0E5B39335317
Octal15513612016133716312327
Binary110110110111101010011101011011111001110011101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D5E0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,94,10); }

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

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

 a { background-color: rgb(109,94,10); }

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

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

 span { border-color: rgb(109,94,10); }

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