Shades of Shingle Fawn #6F5638
Tints of Shingle Fawn #6F5638
RGB
CMYK
RGB Variations
Color information
#6F5638 (or 0x6F5638) is known color: Shingle Fawn. HEX triplet: 6F, 56 and 38. RGB value is (111,86,56). Sum of RGB (Red+Green+Blue) = 111+86+56=253 (33% of max value = 765). Red value is 111 (43.75% from 255 or 43.87% from 253); Green value is 86 (33.98% from 255 or 33.99% from 253); Blue value is 56 (22.27% from 255 or 22.13% from 253); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5638 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F5638 is #90A9C7. Grayscale: #5A5A5A. Windows color (decimal): -9480648 or 3692143. OLE color: 3692143.
HSL color Cylindrical-coordinate representation of color #6F5638: hue angle of 32.73º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6F5638 is Cyan = 0, Magento = 0.23, Yellow = 0.50 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 86 | 56 | - |
| CMYK | 0 | 0.23 | 0.50 | 0.56 |
| HSL | 32.73º | 0.33% | 0.33% | - |
| HSV(B) | 32.73º | 0.5% | 0.44% | - |
| XYZ | 10.6 | 10.32 | 5.17 | - |
| YUV | 90.06 | 108.78 | 142.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 86 | 56 | 0 | 0.23 | 0.50 | 0.56 | 32.73 | 0.33 | 0.33 |
| Hex | 6F | 56 | 38 | 0 | 17 | 32 | 38 | 21 | 21 | 21 |
| Octal | 157 | 126 | 70 | 0 | 27 | 62 | 70 | 41 | 41 | 41 |
| Binary | 1101111 | 1010110 | 111000 | 0 | 10111 | 110010 | 111000 | 100001 | 100001 | 100001 |
Color Harmonies of #6F5638
Complementary color
Monochromatic Colors of #6F5638
Black with #6F5638
Text Example
Text Example
White with #6F5638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5638; }
p { color: rgb(111,86,56); }
H1.HeaderClassName
{
color: #6F5638;
}
.AnyTagClassName
{
color: #6F5638;
}
</style>
background-color css
<style>
a { background-color: #6F5638; }
a { background-color: rgb(111,86,56); }
div.DivClassName
{
background-color: #6F5638;
}
.BgClassName
{
background-color: #6F5638;
}
</style>
border-color css
<style>
span { border-color: #6F5638; }
span { border-color: rgb(111,86,56); }
td.TdClassName
{
border-color: #6F5638;
}
.TagClassName
{
border-color: #6F5638;
}
</style>