Shades of Shingle Fawn #6F583B
Tints of Shingle Fawn #6F583B
RGB
CMYK
RGB Variations
Color information
#6F583B (or 0x6F583B) is known color: Shingle Fawn. HEX triplet: 6F, 58 and 3B. RGB value is (111,88,59). Sum of RGB (Red+Green+Blue) = 111+88+59=258 (34% of max value = 765). Red value is 111 (43.75% from 255 or 43.02% from 258); Green value is 88 (34.77% from 255 or 34.11% from 258); Blue value is 59 (23.44% from 255 or 22.87% from 258); Max value from RGB is 111 - color contains mainly: red. Hex color #6F583B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F583B is #90A7C4. Grayscale: #5B5B5B. Windows color (decimal): -9480133 or 3889263. OLE color: 3889263.
HSL color Cylindrical-coordinate representation of color #6F583B: hue angle of 33.46º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6F583B is Cyan = 0, Magento = 0.21, Yellow = 0.47 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 88 | 59 | - |
| CMYK | 0 | 0.21 | 0.47 | 0.56 |
| HSL | 33.46º | 0.31% | 0.33% | - |
| HSV(B) | 33.46º | 0.47% | 0.44% | - |
| XYZ | 10.83 | 10.67 | 5.63 | - |
| YUV | 91.57 | 109.62 | 141.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 88 | 59 | 0 | 0.21 | 0.47 | 0.56 | 33.46 | 0.31 | 0.33 |
| Hex | 6F | 58 | 3B | 0 | 15 | 2F | 38 | 21 | 1F | 21 |
| Octal | 157 | 130 | 73 | 0 | 25 | 57 | 70 | 41 | 37 | 41 |
| Binary | 1101111 | 1011000 | 111011 | 0 | 10101 | 101111 | 111000 | 100001 | 11111 | 100001 |
Color Harmonies of #6F583B
Complementary color
Monochromatic Colors of #6F583B
Black with #6F583B
Text Example
Text Example
White with #6F583B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F583B; }
p { color: rgb(111,88,59); }
H1.HeaderClassName
{
color: #6F583B;
}
.AnyTagClassName
{
color: #6F583B;
}
</style>
background-color css
<style>
a { background-color: #6F583B; }
a { background-color: rgb(111,88,59); }
div.DivClassName
{
background-color: #6F583B;
}
.BgClassName
{
background-color: #6F583B;
}
</style>
border-color css
<style>
span { border-color: #6F583B; }
span { border-color: rgb(111,88,59); }
td.TdClassName
{
border-color: #6F583B;
}
.TagClassName
{
border-color: #6F583B;
}
</style>