#6D550D

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

Shades of Raw Umber #6D550D

Tints of Raw Umber #6D550D

Color information

#6D550D (or 0x6D550D) is unknown color: approx Raw Umber. HEX triplet: 6D, 55 and 0D. RGB value is (109,85,13). Sum of RGB (Red+Green+Blue) = 109+85+13=207 (27% of max value = 765). Red value is 109 (42.97% from 255 or 52.66% from 207); Green value is 85 (33.59% from 255 or 41.06% from 207); Blue value is 13 (5.47% from 255 or 6.28% from 207); Max value from RGB is 109 - color contains mainly: red. Hex color #6D550D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6D550D is #92AAF2. Grayscale: #545454. Windows color (decimal): -9612019 or 873837. OLE color: 873837.

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

Color convert

RGB1098513-
CMYK00.220.880.57
HSL45º78.69%23.92%-
HSV(B)45º88.07%42.75%-
XYZ9.639.781.76-
YUV83.9787.95145.85-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 52.66%
GREEN value IS 85 (33.59% from 255) = 41.06%
BLUE value IS 13 (5.47% from 255) = 6.28%
R=52.66%
G=41.06%
B=6.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.88
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109851300.220.880.574578.6923.92
Hex6D55D01658392d4f18
Octal15512515026130715511730
Binary1101101101010111010101101011000111001101101100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D550D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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