Shades of Shingle Fawn #6F5A3A
Tints of Shingle Fawn #6F5A3A
RGB
CMYK
RGB Variations
Color information
#6F5A3A (or 0x6F5A3A) is known color: Shingle Fawn. HEX triplet: 6F, 5A and 3A. RGB value is (111,90,58). Sum of RGB (Red+Green+Blue) = 111+90+58=259 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.86% from 259); Green value is 90 (35.55% from 255 or 34.75% from 259); Blue value is 58 (23.05% from 255 or 22.39% from 259); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5A3A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F5A3A is #90A5C5. Grayscale: #5C5C5C. Windows color (decimal): -9479622 or 3824239. OLE color: 3824239.
HSL color Cylindrical-coordinate representation of color #6F5A3A: hue angle of 36.23º 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 #6F5A3A is Cyan = 0, Magento = 0.19, Yellow = 0.48 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 90 | 58 | - |
| CMYK | 0 | 0.19 | 0.48 | 0.56 |
| HSL | 36.23º | 0.31% | 0.33% | - |
| HSV(B) | 36.23º | 0.48% | 0.44% | - |
| XYZ | 10.98 | 11 | 5.55 | - |
| YUV | 92.63 | 108.46 | 141.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 90 | 58 | 0 | 0.19 | 0.48 | 0.56 | 36.23 | 0.31 | 0.33 |
| Hex | 6F | 5A | 3A | 0 | 13 | 30 | 38 | 24 | 1F | 21 |
| Octal | 157 | 132 | 72 | 0 | 23 | 60 | 70 | 44 | 37 | 41 |
| Binary | 1101111 | 1011010 | 111010 | 0 | 10011 | 110000 | 111000 | 100100 | 11111 | 100001 |
Color Harmonies of #6F5A3A
Complementary color
Monochromatic Colors of #6F5A3A
Black with #6F5A3A
Text Example
Text Example
White with #6F5A3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5A3A; }
p { color: rgb(111,90,58); }
H1.HeaderClassName
{
color: #6F5A3A;
}
.AnyTagClassName
{
color: #6F5A3A;
}
</style>
background-color css
<style>
a { background-color: #6F5A3A; }
a { background-color: rgb(111,90,58); }
div.DivClassName
{
background-color: #6F5A3A;
}
.BgClassName
{
background-color: #6F5A3A;
}
</style>
border-color css
<style>
span { border-color: #6F5A3A; }
span { border-color: rgb(111,90,58); }
td.TdClassName
{
border-color: #6F5A3A;
}
.TagClassName
{
border-color: #6F5A3A;
}
</style>