Shades of Shingle Fawn #6C5237
Tints of Shingle Fawn #6C5237
RGB
CMYK
RGB Variations
Color information
#6C5237 (or 0x6C5237) is known color: Shingle Fawn. HEX triplet: 6C, 52 and 37. RGB value is (108,82,55). Sum of RGB (Red+Green+Blue) = 108+82+55=245 (32% of max value = 765). Red value is 108 (42.58% from 255 or 44.08% from 245); Green value is 82 (32.42% from 255 or 33.47% from 245); Blue value is 55 (21.88% from 255 or 22.45% from 245); Max value from RGB is 108 - color contains mainly: red. Hex color #6C5237 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C5237 is #93ADC8. Grayscale: #565656. Windows color (decimal): -9678281 or 3625580. OLE color: 3625580.
HSL color Cylindrical-coordinate representation of color #6C5237: hue angle of 30.57º 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 #6C5237 is Cyan = 0, Magento = 0.24, Yellow = 0.49 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 82 | 55 | - |
| CMYK | 0 | 0.24 | 0.49 | 0.58 |
| HSL | 30.57º | 0.33% | 0.32% | - |
| HSV(B) | 30.57º | 0.49% | 0.42% | - |
| XYZ | 9.89 | 9.5 | 4.93 | - |
| YUV | 86.7 | 110.11 | 143.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 82 | 55 | 0 | 0.24 | 0.49 | 0.58 | 30.57 | 0.33 | 0.32 |
| Hex | 6C | 52 | 37 | 0 | 18 | 31 | 3A | 1F | 21 | 20 |
| Octal | 154 | 122 | 67 | 0 | 30 | 61 | 72 | 37 | 41 | 40 |
| Binary | 1101100 | 1010010 | 110111 | 0 | 11000 | 110001 | 111010 | 11111 | 100001 | 100000 |
Color Harmonies of #6C5237
Complementary color
Monochromatic Colors of #6C5237
Black with #6C5237
Text Example
Text Example
White with #6C5237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C5237; }
p { color: rgb(108,82,55); }
H1.HeaderClassName
{
color: #6C5237;
}
.AnyTagClassName
{
color: #6C5237;
}
</style>
background-color css
<style>
a { background-color: #6C5237; }
a { background-color: rgb(108,82,55); }
div.DivClassName
{
background-color: #6C5237;
}
.BgClassName
{
background-color: #6C5237;
}
</style>
border-color css
<style>
span { border-color: #6C5237; }
span { border-color: rgb(108,82,55); }
td.TdClassName
{
border-color: #6C5237;
}
.TagClassName
{
border-color: #6C5237;
}
</style>