Shades of Shingle Fawn #7E6138
Tints of Shingle Fawn #7E6138
RGB
CMYK
RGB Variations
Color information
#7E6138 (or 0x7E6138) is known color: Shingle Fawn. HEX triplet: 7E, 61 and 38. RGB value is (126,97,56). Sum of RGB (Red+Green+Blue) = 126+97+56=279 (36% of max value = 765). Red value is 126 (49.61% from 255 or 45.16% from 279); Green value is 97 (38.28% from 255 or 34.77% from 279); Blue value is 56 (22.27% from 255 or 20.07% from 279); Max value from RGB is 126 - color contains mainly: red. Hex color #7E6138 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E6138 is #819EC7. Grayscale: #656565. Windows color (decimal): -8494792 or 3694974. OLE color: 3694974.
HSL color Cylindrical-coordinate representation of color #7E6138: hue angle of 35.14º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7E6138 is Cyan = 0, Magento = 0.23, Yellow = 0.56 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 97 | 56 | - |
| CMYK | 0 | 0.23 | 0.56 | 0.51 |
| HSL | 35.14º | 0.38% | 0.36% | - |
| HSV(B) | 35.14º | 0.56% | 0.49% | - |
| XYZ | 13.59 | 13.27 | 5.59 | - |
| YUV | 101 | 102.61 | 145.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 97 | 56 | 0 | 0.23 | 0.56 | 0.51 | 35.14 | 0.38 | 0.36 |
| Hex | 7E | 61 | 38 | 0 | 17 | 38 | 33 | 23 | 26 | 24 |
| Octal | 176 | 141 | 70 | 0 | 27 | 70 | 63 | 43 | 46 | 44 |
| Binary | 1111110 | 1100001 | 111000 | 0 | 10111 | 111000 | 110011 | 100011 | 100110 | 100100 |
Color Harmonies of #7E6138
Complementary color
Monochromatic Colors of #7E6138
Black with #7E6138
Text Example
Text Example
White with #7E6138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E6138; }
p { color: rgb(126,97,56); }
H1.HeaderClassName
{
color: #7E6138;
}
.AnyTagClassName
{
color: #7E6138;
}
</style>
background-color css
<style>
a { background-color: #7E6138; }
a { background-color: rgb(126,97,56); }
div.DivClassName
{
background-color: #7E6138;
}
.BgClassName
{
background-color: #7E6138;
}
</style>
border-color css
<style>
span { border-color: #7E6138; }
span { border-color: rgb(126,97,56); }
td.TdClassName
{
border-color: #7E6138;
}
.TagClassName
{
border-color: #7E6138;
}
</style>