Shades of Shingle Fawn #6D583A
Tints of Shingle Fawn #6D583A
RGB
CMYK
RGB Variations
Color information
#6D583A (or 0x6D583A) is known color: Shingle Fawn. HEX triplet: 6D, 58 and 3A. RGB value is (109,88,58). Sum of RGB (Red+Green+Blue) = 109+88+58=255 (33% of max value = 765). Red value is 109 (42.97% from 255 or 42.75% from 255); Green value is 88 (34.77% from 255 or 34.51% from 255); Blue value is 58 (23.05% from 255 or 22.75% from 255); Max value from RGB is 109 - color contains mainly: red. Hex color #6D583A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D583A is #92A7C5. Grayscale: #5A5A5A. Windows color (decimal): -9611206 or 3823725. OLE color: 3823725.
HSL color Cylindrical-coordinate representation of color #6D583A: hue angle of 35.29º 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 #6D583A is Cyan = 0, Magento = 0.19, Yellow = 0.47 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 88 | 58 | - |
| CMYK | 0 | 0.19 | 0.47 | 0.57 |
| HSL | 35.29º | 0.31% | 0.33% | - |
| HSV(B) | 35.29º | 0.47% | 0.43% | - |
| XYZ | 10.56 | 10.54 | 5.48 | - |
| YUV | 90.86 | 109.46 | 140.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 88 | 58 | 0 | 0.19 | 0.47 | 0.57 | 35.29 | 0.31 | 0.33 |
| Hex | 6D | 58 | 3A | 0 | 13 | 2F | 39 | 23 | 1F | 21 |
| Octal | 155 | 130 | 72 | 0 | 23 | 57 | 71 | 43 | 37 | 41 |
| Binary | 1101101 | 1011000 | 111010 | 0 | 10011 | 101111 | 111001 | 100011 | 11111 | 100001 |
Color Harmonies of #6D583A
Complementary color
Monochromatic Colors of #6D583A
Black with #6D583A
Text Example
Text Example
White with #6D583A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D583A; }
p { color: rgb(109,88,58); }
H1.HeaderClassName
{
color: #6D583A;
}
.AnyTagClassName
{
color: #6D583A;
}
</style>
background-color css
<style>
a { background-color: #6D583A; }
a { background-color: rgb(109,88,58); }
div.DivClassName
{
background-color: #6D583A;
}
.BgClassName
{
background-color: #6D583A;
}
</style>
border-color css
<style>
span { border-color: #6D583A; }
span { border-color: rgb(109,88,58); }
td.TdClassName
{
border-color: #6D583A;
}
.TagClassName
{
border-color: #6D583A;
}
</style>