Shades of Shingle Fawn #7C603B
Tints of Shingle Fawn #7C603B
RGB
CMYK
RGB Variations
Color information
#7C603B (or 0x7C603B) is known color: Shingle Fawn. HEX triplet: 7C, 60 and 3B. RGB value is (124,96,59). Sum of RGB (Red+Green+Blue) = 124+96+59=279 (36% of max value = 765). Red value is 124 (48.83% from 255 or 44.44% from 279); Green value is 96 (37.89% from 255 or 34.41% from 279); Blue value is 59 (23.44% from 255 or 21.15% from 279); Max value from RGB is 124 - color contains mainly: red. Hex color #7C603B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C603B is #839FC4. Grayscale: #646464. Windows color (decimal): -8626117 or 3891324. OLE color: 3891324.
HSL color Cylindrical-coordinate representation of color #7C603B: hue angle of 34.15º degrees, saturation: 0.36, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7C603B is Cyan = 0, Magento = 0.23, Yellow = 0.52 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 96 | 59 | - |
| CMYK | 0 | 0.23 | 0.52 | 0.51 |
| HSL | 34.15º | 0.36% | 0.36% | - |
| HSV(B) | 34.15º | 0.52% | 0.49% | - |
| XYZ | 13.28 | 12.97 | 5.94 | - |
| YUV | 100.15 | 104.78 | 145.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 96 | 59 | 0 | 0.23 | 0.52 | 0.51 | 34.15 | 0.36 | 0.36 |
| Hex | 7C | 60 | 3B | 0 | 17 | 34 | 33 | 22 | 24 | 24 |
| Octal | 174 | 140 | 73 | 0 | 27 | 64 | 63 | 42 | 44 | 44 |
| Binary | 1111100 | 1100000 | 111011 | 0 | 10111 | 110100 | 110011 | 100010 | 100100 | 100100 |
Color Harmonies of #7C603B
Complementary color
Monochromatic Colors of #7C603B
Black with #7C603B
Text Example
Text Example
White with #7C603B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C603B; }
p { color: rgb(124,96,59); }
H1.HeaderClassName
{
color: #7C603B;
}
.AnyTagClassName
{
color: #7C603B;
}
</style>
background-color css
<style>
a { background-color: #7C603B; }
a { background-color: rgb(124,96,59); }
div.DivClassName
{
background-color: #7C603B;
}
.BgClassName
{
background-color: #7C603B;
}
</style>
border-color css
<style>
span { border-color: #7C603B; }
span { border-color: rgb(124,96,59); }
td.TdClassName
{
border-color: #7C603B;
}
.TagClassName
{
border-color: #7C603B;
}
</style>