Shades of Shingle Fawn #6D553A
Tints of Shingle Fawn #6D553A
RGB
CMYK
RGB Variations
Color information
#6D553A (or 0x6D553A) is known color: Shingle Fawn. HEX triplet: 6D, 55 and 3A. RGB value is (109,85,58). Sum of RGB (Red+Green+Blue) = 109+85+58=252 (33% of max value = 765). Red value is 109 (42.97% from 255 or 43.25% from 252); Green value is 85 (33.59% from 255 or 33.73% from 252); Blue value is 58 (23.05% from 255 or 23.02% from 252); Max value from RGB is 109 - color contains mainly: red. Hex color #6D553A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D553A is #92AAC5. Grayscale: #595959. Windows color (decimal): -9611974 or 3822957. OLE color: 3822957.
HSL color Cylindrical-coordinate representation of color #6D553A: hue angle of 31.76º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6D553A is Cyan = 0, Magento = 0.22, Yellow = 0.47 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 85 | 58 | - |
| CMYK | 0 | 0.22 | 0.47 | 0.57 |
| HSL | 31.76º | 0.31% | 0.33% | - |
| HSV(B) | 31.76º | 0.47% | 0.43% | - |
| XYZ | 10.32 | 10.05 | 5.4 | - |
| YUV | 89.1 | 110.45 | 142.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 85 | 58 | 0 | 0.22 | 0.47 | 0.57 | 31.76 | 0.31 | 0.33 |
| Hex | 6D | 55 | 3A | 0 | 16 | 2F | 39 | 20 | 1F | 21 |
| Octal | 155 | 125 | 72 | 0 | 26 | 57 | 71 | 40 | 37 | 41 |
| Binary | 1101101 | 1010101 | 111010 | 0 | 10110 | 101111 | 111001 | 100000 | 11111 | 100001 |
Color Harmonies of #6D553A
Complementary color
Monochromatic Colors of #6D553A
Black with #6D553A
Text Example
Text Example
White with #6D553A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D553A; }
p { color: rgb(109,85,58); }
H1.HeaderClassName
{
color: #6D553A;
}
.AnyTagClassName
{
color: #6D553A;
}
</style>
background-color css
<style>
a { background-color: #6D553A; }
a { background-color: rgb(109,85,58); }
div.DivClassName
{
background-color: #6D553A;
}
.BgClassName
{
background-color: #6D553A;
}
</style>
border-color css
<style>
span { border-color: #6D553A; }
span { border-color: rgb(109,85,58); }
td.TdClassName
{
border-color: #6D553A;
}
.TagClassName
{
border-color: #6D553A;
}
</style>