Shades of Shingle Fawn #7F6039
Tints of Shingle Fawn #7F6039
RGB
CMYK
RGB Variations
Color information
#7F6039 (or 0x7F6039) is known color: Shingle Fawn. HEX triplet: 7F, 60 and 39. RGB value is (127,96,57). Sum of RGB (Red+Green+Blue) = 127+96+57=280 (37% of max value = 765). Red value is 127 (50% from 255 or 45.36% from 280); Green value is 96 (37.89% from 255 or 34.29% from 280); Blue value is 57 (22.66% from 255 or 20.36% from 280); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6039 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F6039 is #809FC6. Grayscale: #656565. Windows color (decimal): -8429511 or 3760255. OLE color: 3760255.
HSL color Cylindrical-coordinate representation of color #7F6039: hue angle of 33.43º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7F6039 is Cyan = 0, Magento = 0.24, Yellow = 0.55 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 96 | 57 | - |
| CMYK | 0 | 0.24 | 0.55 | 0.50 |
| HSL | 33.43º | 0.38% | 0.36% | - |
| HSV(B) | 33.43º | 0.55% | 0.5% | - |
| XYZ | 13.67 | 13.17 | 5.69 | - |
| YUV | 100.82 | 103.27 | 146.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 96 | 57 | 0 | 0.24 | 0.55 | 0.50 | 33.43 | 0.38 | 0.36 |
| Hex | 7F | 60 | 39 | 0 | 18 | 37 | 32 | 21 | 26 | 24 |
| Octal | 177 | 140 | 71 | 0 | 30 | 67 | 62 | 41 | 46 | 44 |
| Binary | 1111111 | 1100000 | 111001 | 0 | 11000 | 110111 | 110010 | 100001 | 100110 | 100100 |
Color Harmonies of #7F6039
Complementary color
Monochromatic Colors of #7F6039
Black with #7F6039
Text Example
Text Example
White with #7F6039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F6039; }
p { color: rgb(127,96,57); }
H1.HeaderClassName
{
color: #7F6039;
}
.AnyTagClassName
{
color: #7F6039;
}
</style>
background-color css
<style>
a { background-color: #7F6039; }
a { background-color: rgb(127,96,57); }
div.DivClassName
{
background-color: #7F6039;
}
.BgClassName
{
background-color: #7F6039;
}
</style>
border-color css
<style>
span { border-color: #7F6039; }
span { border-color: rgb(127,96,57); }
td.TdClassName
{
border-color: #7F6039;
}
.TagClassName
{
border-color: #7F6039;
}
</style>