Shades of Shingle Fawn #6F5B3C
Tints of Shingle Fawn #6F5B3C
RGB
CMYK
RGB Variations
Color information
#6F5B3C (or 0x6F5B3C) is known color: Shingle Fawn. HEX triplet: 6F, 5B and 3C. RGB value is (111,91,60). Sum of RGB (Red+Green+Blue) = 111+91+60=262 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.37% from 262); Green value is 91 (35.94% from 255 or 34.73% from 262); Blue value is 60 (23.83% from 255 or 22.90% from 262); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5B3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F5B3C is #90A4C3. Grayscale: #5D5D5D. Windows color (decimal): -9479364 or 3955567. OLE color: 3955567.
HSL color Cylindrical-coordinate representation of color #6F5B3C: hue angle of 36.47º 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 #6F5B3C is Cyan = 0, Magento = 0.18, Yellow = 0.46 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 91 | 60 | - |
| CMYK | 0 | 0.18 | 0.46 | 0.56 |
| HSL | 36.47º | 0.3% | 0.34% | - |
| HSV(B) | 36.47º | 0.46% | 0.44% | - |
| XYZ | 11.11 | 11.19 | 5.85 | - |
| YUV | 93.45 | 109.13 | 140.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 91 | 60 | 0 | 0.18 | 0.46 | 0.56 | 36.47 | 0.3 | 0.34 |
| Hex | 6F | 5B | 3C | 0 | 12 | 2E | 38 | 24 | 1E | 22 |
| Octal | 157 | 133 | 74 | 0 | 22 | 56 | 70 | 44 | 36 | 42 |
| Binary | 1101111 | 1011011 | 111100 | 0 | 10010 | 101110 | 111000 | 100100 | 11110 | 100010 |
Color Harmonies of #6F5B3C
Complementary color
Monochromatic Colors of #6F5B3C
Black with #6F5B3C
Text Example
Text Example
White with #6F5B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5B3C; }
p { color: rgb(111,91,60); }
H1.HeaderClassName
{
color: #6F5B3C;
}
.AnyTagClassName
{
color: #6F5B3C;
}
</style>
background-color css
<style>
a { background-color: #6F5B3C; }
a { background-color: rgb(111,91,60); }
div.DivClassName
{
background-color: #6F5B3C;
}
.BgClassName
{
background-color: #6F5B3C;
}
</style>
border-color css
<style>
span { border-color: #6F5B3C; }
span { border-color: rgb(111,91,60); }
td.TdClassName
{
border-color: #6F5B3C;
}
.TagClassName
{
border-color: #6F5B3C;
}
</style>