Shades of Shingle Fawn #6F563A
Tints of Shingle Fawn #6F563A
RGB
CMYK
RGB Variations
Color information
#6F563A (or 0x6F563A) is known color: Shingle Fawn. HEX triplet: 6F, 56 and 3A. RGB value is (111,86,58). Sum of RGB (Red+Green+Blue) = 111+86+58=255 (33% of max value = 765). Red value is 111 (43.75% from 255 or 43.53% from 255); Green value is 86 (33.98% from 255 or 33.73% from 255); Blue value is 58 (23.05% from 255 or 22.75% from 255); Max value from RGB is 111 - color contains mainly: red. Hex color #6F563A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F563A is #90A9C5. Grayscale: #5A5A5A. Windows color (decimal): -9480646 or 3823215. OLE color: 3823215.
HSL color Cylindrical-coordinate representation of color #6F563A: hue angle of 31.7º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6F563A is Cyan = 0, Magento = 0.23, Yellow = 0.48 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 86 | 58 | - |
| CMYK | 0 | 0.23 | 0.48 | 0.56 |
| HSL | 31.7º | 0.31% | 0.33% | - |
| HSV(B) | 31.7º | 0.48% | 0.44% | - |
| XYZ | 10.65 | 10.34 | 5.44 | - |
| YUV | 90.28 | 109.78 | 142.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 86 | 58 | 0 | 0.23 | 0.48 | 0.56 | 31.7 | 0.31 | 0.33 |
| Hex | 6F | 56 | 3A | 0 | 17 | 30 | 38 | 20 | 1F | 21 |
| Octal | 157 | 126 | 72 | 0 | 27 | 60 | 70 | 40 | 37 | 41 |
| Binary | 1101111 | 1010110 | 111010 | 0 | 10111 | 110000 | 111000 | 100000 | 11111 | 100001 |
Color Harmonies of #6F563A
Complementary color
Monochromatic Colors of #6F563A
Black with #6F563A
Text Example
Text Example
White with #6F563A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F563A; }
p { color: rgb(111,86,58); }
H1.HeaderClassName
{
color: #6F563A;
}
.AnyTagClassName
{
color: #6F563A;
}
</style>
background-color css
<style>
a { background-color: #6F563A; }
a { background-color: rgb(111,86,58); }
div.DivClassName
{
background-color: #6F563A;
}
.BgClassName
{
background-color: #6F563A;
}
</style>
border-color css
<style>
span { border-color: #6F563A; }
span { border-color: rgb(111,86,58); }
td.TdClassName
{
border-color: #6F563A;
}
.TagClassName
{
border-color: #6F563A;
}
</style>