Shades of Shingle Fawn #6C5337
Tints of Shingle Fawn #6C5337
RGB
CMYK
RGB Variations
Color information
#6C5337 (or 0x6C5337) is known color: Shingle Fawn. HEX triplet: 6C, 53 and 37. RGB value is (108,83,55). Sum of RGB (Red+Green+Blue) = 108+83+55=246 (32% of max value = 765). Red value is 108 (42.58% from 255 or 43.90% from 246); Green value is 83 (32.81% from 255 or 33.74% from 246); Blue value is 55 (21.88% from 255 or 22.36% from 246); Max value from RGB is 108 - color contains mainly: red. Hex color #6C5337 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C5337 is #93ACC8. Grayscale: #575757. Windows color (decimal): -9678025 or 3625836. OLE color: 3625836.
HSL color Cylindrical-coordinate representation of color #6C5337: hue angle of 31.7º degrees, saturation: 0.33, 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 #6C5337 is Cyan = 0, Magento = 0.23, Yellow = 0.49 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 83 | 55 | - |
| CMYK | 0 | 0.23 | 0.49 | 0.58 |
| HSL | 31.7º | 0.33% | 0.32% | - |
| HSV(B) | 31.7º | 0.49% | 0.42% | - |
| XYZ | 9.97 | 9.65 | 4.95 | - |
| YUV | 87.28 | 109.78 | 142.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 83 | 55 | 0 | 0.23 | 0.49 | 0.58 | 31.7 | 0.33 | 0.32 |
| Hex | 6C | 53 | 37 | 0 | 17 | 31 | 3A | 20 | 21 | 20 |
| Octal | 154 | 123 | 67 | 0 | 27 | 61 | 72 | 40 | 41 | 40 |
| Binary | 1101100 | 1010011 | 110111 | 0 | 10111 | 110001 | 111010 | 100000 | 100001 | 100000 |
Color Harmonies of #6C5337
Complementary color
Monochromatic Colors of #6C5337
Black with #6C5337
Text Example
Text Example
White with #6C5337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C5337; }
p { color: rgb(108,83,55); }
H1.HeaderClassName
{
color: #6C5337;
}
.AnyTagClassName
{
color: #6C5337;
}
</style>
background-color css
<style>
a { background-color: #6C5337; }
a { background-color: rgb(108,83,55); }
div.DivClassName
{
background-color: #6C5337;
}
.BgClassName
{
background-color: #6C5337;
}
</style>
border-color css
<style>
span { border-color: #6C5337; }
span { border-color: rgb(108,83,55); }
td.TdClassName
{
border-color: #6C5337;
}
.TagClassName
{
border-color: #6C5337;
}
</style>