#6D5310

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

Shades of Raw Umber #6D5310

Tints of Raw Umber #6D5310

Color information

#6D5310 (or 0x6D5310) is unknown color: approx Raw Umber. HEX triplet: 6D, 53 and 10. RGB value is (109,83,16). Sum of RGB (Red+Green+Blue) = 109+83+16=208 (27% of max value = 765). Red value is 109 (42.97% from 255 or 52.40% from 208); Green value is 83 (32.81% from 255 or 39.90% from 208); Blue value is 16 (6.64% from 255 or 7.69% from 208); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5310 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6D5310 is #92ACEF. Grayscale: #535353. Windows color (decimal): -9612528 or 1069933. OLE color: 1069933.

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

Color convert

RGB1098316-
CMYK00.240.850.57
HSL43.23º74.4%24.51%-
HSV(B)43.23º85.32%42.75%-
XYZ9.499.481.82-
YUV83.1490.11146.45-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 52.40%
GREEN value IS 83 (32.81% from 255) = 39.90%
BLUE value IS 16 (6.64% from 255) = 7.69%
R=52.40%
G=39.90%
B=7.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.85
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109831600.240.850.5743.2374.424.51
Hex6D531001855392b4a19
Octal15512320030125715311231
Binary11011011010011100000110001010101111001101011100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D5310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,83,16); }

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

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

 a { background-color: rgb(109,83,16); }

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

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

 span { border-color: rgb(109,83,16); }

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