Shades of Shingle Fawn #6F5A3C
Tints of Shingle Fawn #6F5A3C
RGB
CMYK
RGB Variations
Color information
#6F5A3C (or 0x6F5A3C) is known color: Shingle Fawn. HEX triplet: 6F, 5A and 3C. RGB value is (111,90,60). Sum of RGB (Red+Green+Blue) = 111+90+60=261 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.53% from 261); Green value is 90 (35.55% from 255 or 34.48% from 261); Blue value is 60 (23.83% from 255 or 22.99% from 261); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5A3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F5A3C is #90A5C3. Grayscale: #5C5C5C. Windows color (decimal): -9479620 or 3955311. OLE color: 3955311.
HSL color Cylindrical-coordinate representation of color #6F5A3C: hue angle of 35.29º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6F5A3C is Cyan = 0, Magento = 0.19, Yellow = 0.46 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 90 | 60 | - |
| CMYK | 0 | 0.19 | 0.46 | 0.56 |
| HSL | 35.29º | 0.3% | 0.34% | - |
| HSV(B) | 35.29º | 0.46% | 0.44% | - |
| XYZ | 11.03 | 11.02 | 5.82 | - |
| YUV | 92.86 | 109.46 | 140.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 90 | 60 | 0 | 0.19 | 0.46 | 0.56 | 35.29 | 0.3 | 0.34 |
| Hex | 6F | 5A | 3C | 0 | 13 | 2E | 38 | 23 | 1E | 22 |
| Octal | 157 | 132 | 74 | 0 | 23 | 56 | 70 | 43 | 36 | 42 |
| Binary | 1101111 | 1011010 | 111100 | 0 | 10011 | 101110 | 111000 | 100011 | 11110 | 100010 |
Color Harmonies of #6F5A3C
Complementary color
Monochromatic Colors of #6F5A3C
Black with #6F5A3C
Text Example
Text Example
White with #6F5A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5A3C; }
p { color: rgb(111,90,60); }
H1.HeaderClassName
{
color: #6F5A3C;
}
.AnyTagClassName
{
color: #6F5A3C;
}
</style>
background-color css
<style>
a { background-color: #6F5A3C; }
a { background-color: rgb(111,90,60); }
div.DivClassName
{
background-color: #6F5A3C;
}
.BgClassName
{
background-color: #6F5A3C;
}
</style>
border-color css
<style>
span { border-color: #6F5A3C; }
span { border-color: rgb(111,90,60); }
td.TdClassName
{
border-color: #6F5A3C;
}
.TagClassName
{
border-color: #6F5A3C;
}
</style>