#6D550F

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

Shades of Raw Umber #6D550F

Tints of Raw Umber #6D550F

Color information

#6D550F (or 0x6D550F) is unknown color: approx Raw Umber. HEX triplet: 6D, 55 and 0F. RGB value is (109,85,15). Sum of RGB (Red+Green+Blue) = 109+85+15=209 (27% of max value = 765). Red value is 109 (42.97% from 255 or 52.15% from 209); Green value is 85 (33.59% from 255 or 40.67% from 209); Blue value is 15 (6.25% from 255 or 7.18% from 209); Max value from RGB is 109 - color contains mainly: red. Hex color #6D550F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6D550F is #92AAF0. Grayscale: #545454. Windows color (decimal): -9612017 or 1004909. OLE color: 1004909.

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

Color convert

RGB1098515-
CMYK00.220.860.57
HSL44.68º75.81%24.31%-
HSV(B)44.68º86.24%42.75%-
XYZ9.649.781.83-
YUV84.288.95145.69-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 52.15%
GREEN value IS 85 (33.59% from 255) = 40.67%
BLUE value IS 15 (6.25% from 255) = 7.18%
R=52.15%
G=40.67%
B=7.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.86
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109851500.220.860.5744.6875.8124.31
Hex6D55F01656392d4c18
Octal15512517026126715511430
Binary1101101101010111110101101010110111001101101100110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D550F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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