Shades of Shingle Fawn #6B5637
Tints of Shingle Fawn #6B5637
RGB
CMYK
RGB Variations
Color information
#6B5637 (or 0x6B5637) is known color: Shingle Fawn. HEX triplet: 6B, 56 and 37. RGB value is (107,86,55). Sum of RGB (Red+Green+Blue) = 107+86+55=248 (32% of max value = 765). Red value is 107 (42.19% from 255 or 43.15% from 248); Green value is 86 (33.98% from 255 or 34.68% from 248); Blue value is 55 (21.88% from 255 or 22.18% from 248); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5637 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B5637 is #94A9C8. Grayscale: #585858. Windows color (decimal): -9742793 or 3626603. OLE color: 3626603.
HSL color Cylindrical-coordinate representation of color #6B5637: hue angle of 35.77º degrees, saturation: 0.32, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6B5637 is Cyan = 0, Magento = 0.20, Yellow = 0.49 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 86 | 55 | - |
| CMYK | 0 | 0.20 | 0.49 | 0.58 |
| HSL | 35.77º | 0.32% | 0.32% | - |
| HSV(B) | 35.77º | 0.49% | 0.42% | - |
| XYZ | 10.08 | 10.06 | 5.02 | - |
| YUV | 88.75 | 108.96 | 141.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 86 | 55 | 0 | 0.20 | 0.49 | 0.58 | 35.77 | 0.32 | 0.32 |
| Hex | 6B | 56 | 37 | 0 | 14 | 31 | 3A | 24 | 20 | 20 |
| Octal | 153 | 126 | 67 | 0 | 24 | 61 | 72 | 44 | 40 | 40 |
| Binary | 1101011 | 1010110 | 110111 | 0 | 10100 | 110001 | 111010 | 100100 | 100000 | 100000 |
Color Harmonies of #6B5637
Complementary color
Monochromatic Colors of #6B5637
Black with #6B5637
Text Example
Text Example
White with #6B5637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5637; }
p { color: rgb(107,86,55); }
H1.HeaderClassName
{
color: #6B5637;
}
.AnyTagClassName
{
color: #6B5637;
}
</style>
background-color css
<style>
a { background-color: #6B5637; }
a { background-color: rgb(107,86,55); }
div.DivClassName
{
background-color: #6B5637;
}
.BgClassName
{
background-color: #6B5637;
}
</style>
border-color css
<style>
span { border-color: #6B5637; }
span { border-color: rgb(107,86,55); }
td.TdClassName
{
border-color: #6B5637;
}
.TagClassName
{
border-color: #6B5637;
}
</style>