Shades of Shingle Fawn #6D5736
Tints of Shingle Fawn #6D5736
RGB
CMYK
RGB Variations
Color information
#6D5736 (or 0x6D5736) is known color: Shingle Fawn. HEX triplet: 6D, 57 and 36. RGB value is (109,87,54). Sum of RGB (Red+Green+Blue) = 109+87+54=250 (33% of max value = 765). Red value is 109 (42.97% from 255 or 43.6% from 250); Green value is 87 (34.38% from 255 or 34.8% from 250); Blue value is 54 (21.48% from 255 or 21.6% from 250); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5736 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D5736 is #92A8C9. Grayscale: #595959. Windows color (decimal): -9611466 or 3561325. OLE color: 3561325.
HSL color Cylindrical-coordinate representation of color #6D5736: hue angle of 36º degrees, saturation: 0.34, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6D5736 is Cyan = 0, Magento = 0.20, Yellow = 0.50 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 87 | 54 | - |
| CMYK | 0 | 0.20 | 0.50 | 0.57 |
| HSL | 36º | 0.34% | 0.32% | - |
| HSV(B) | 36º | 0.5% | 0.43% | - |
| XYZ | 10.38 | 10.33 | 4.94 | - |
| YUV | 89.82 | 107.79 | 141.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 87 | 54 | 0 | 0.20 | 0.50 | 0.57 | 36 | 0.34 | 0.32 |
| Hex | 6D | 57 | 36 | 0 | 14 | 32 | 39 | 24 | 22 | 20 |
| Octal | 155 | 127 | 66 | 0 | 24 | 62 | 71 | 44 | 42 | 40 |
| Binary | 1101101 | 1010111 | 110110 | 0 | 10100 | 110010 | 111001 | 100100 | 100010 | 100000 |
Color Harmonies of #6D5736
Complementary color
Monochromatic Colors of #6D5736
Black with #6D5736
Text Example
Text Example
White with #6D5736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D5736; }
p { color: rgb(109,87,54); }
H1.HeaderClassName
{
color: #6D5736;
}
.AnyTagClassName
{
color: #6D5736;
}
</style>
background-color css
<style>
a { background-color: #6D5736; }
a { background-color: rgb(109,87,54); }
div.DivClassName
{
background-color: #6D5736;
}
.BgClassName
{
background-color: #6D5736;
}
</style>
border-color css
<style>
span { border-color: #6D5736; }
span { border-color: rgb(109,87,54); }
td.TdClassName
{
border-color: #6D5736;
}
.TagClassName
{
border-color: #6D5736;
}
</style>