Shades of Shingle Fawn #6F5539
Tints of Shingle Fawn #6F5539
RGB
CMYK
RGB Variations
Color information
#6F5539 (or 0x6F5539) is known color: Shingle Fawn. HEX triplet: 6F, 55 and 39. RGB value is (111,85,57). Sum of RGB (Red+Green+Blue) = 111+85+57=253 (33% of max value = 765). Red value is 111 (43.75% from 255 or 43.87% from 253); Green value is 85 (33.59% from 255 or 33.60% from 253); Blue value is 57 (22.66% from 255 or 22.53% from 253); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5539 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F5539 is #90AAC6. Grayscale: #595959. Windows color (decimal): -9480903 or 3757423. OLE color: 3757423.
HSL color Cylindrical-coordinate representation of color #6F5539: hue angle of 31.11º degrees, saturation: 0.32, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6F5539 is Cyan = 0, Magento = 0.23, Yellow = 0.49 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 85 | 57 | - |
| CMYK | 0 | 0.23 | 0.49 | 0.56 |
| HSL | 31.11º | 0.32% | 0.33% | - |
| HSV(B) | 31.11º | 0.49% | 0.44% | - |
| XYZ | 10.54 | 10.17 | 5.28 | - |
| YUV | 89.58 | 109.61 | 143.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 85 | 57 | 0 | 0.23 | 0.49 | 0.56 | 31.11 | 0.32 | 0.33 |
| Hex | 6F | 55 | 39 | 0 | 17 | 31 | 38 | 1F | 20 | 21 |
| Octal | 157 | 125 | 71 | 0 | 27 | 61 | 70 | 37 | 40 | 41 |
| Binary | 1101111 | 1010101 | 111001 | 0 | 10111 | 110001 | 111000 | 11111 | 100000 | 100001 |
Color Harmonies of #6F5539
Complementary color
Monochromatic Colors of #6F5539
Black with #6F5539
Text Example
Text Example
White with #6F5539
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5539; }
p { color: rgb(111,85,57); }
H1.HeaderClassName
{
color: #6F5539;
}
.AnyTagClassName
{
color: #6F5539;
}
</style>
background-color css
<style>
a { background-color: #6F5539; }
a { background-color: rgb(111,85,57); }
div.DivClassName
{
background-color: #6F5539;
}
.BgClassName
{
background-color: #6F5539;
}
</style>
border-color css
<style>
span { border-color: #6F5539; }
span { border-color: rgb(111,85,57); }
td.TdClassName
{
border-color: #6F5539;
}
.TagClassName
{
border-color: #6F5539;
}
</style>