Shades of Shingle Fawn #6D5135
Tints of Shingle Fawn #6D5135
RGB
CMYK
RGB Variations
Color information
#6D5135 (or 0x6D5135) is known color: Shingle Fawn. HEX triplet: 6D, 51 and 35. RGB value is (109,81,53). Sum of RGB (Red+Green+Blue) = 109+81+53=243 (32% of max value = 765). Red value is 109 (42.97% from 255 or 44.86% from 243); Green value is 81 (32.03% from 255 or 33.33% from 243); Blue value is 53 (21.09% from 255 or 21.81% from 243); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5135 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D5135 is #92AECA. Grayscale: #565656. Windows color (decimal): -9613003 or 3494253. OLE color: 3494253.
HSL color Cylindrical-coordinate representation of color #6D5135: hue angle of 30º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6D5135 is Cyan = 0, Magento = 0.26, Yellow = 0.51 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 81 | 53 | - |
| CMYK | 0 | 0.26 | 0.51 | 0.57 |
| HSL | 30º | 0.35% | 0.32% | - |
| HSV(B) | 30º | 0.51% | 0.43% | - |
| XYZ | 9.89 | 9.39 | 4.66 | - |
| YUV | 86.18 | 109.28 | 144.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 81 | 53 | 0 | 0.26 | 0.51 | 0.57 | 30 | 0.35 | 0.32 |
| Hex | 6D | 51 | 35 | 0 | 1A | 33 | 39 | 1E | 23 | 20 |
| Octal | 155 | 121 | 65 | 0 | 32 | 63 | 71 | 36 | 43 | 40 |
| Binary | 1101101 | 1010001 | 110101 | 0 | 11010 | 110011 | 111001 | 11110 | 100011 | 100000 |
Color Harmonies of #6D5135
Complementary color
Monochromatic Colors of #6D5135
Black with #6D5135
Text Example
Text Example
White with #6D5135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D5135; }
p { color: rgb(109,81,53); }
H1.HeaderClassName
{
color: #6D5135;
}
.AnyTagClassName
{
color: #6D5135;
}
</style>
background-color css
<style>
a { background-color: #6D5135; }
a { background-color: rgb(109,81,53); }
div.DivClassName
{
background-color: #6D5135;
}
.BgClassName
{
background-color: #6D5135;
}
</style>
border-color css
<style>
span { border-color: #6D5135; }
span { border-color: rgb(109,81,53); }
td.TdClassName
{
border-color: #6D5135;
}
.TagClassName
{
border-color: #6D5135;
}
</style>