Shades of Shingle Fawn #79603B
Tints of Shingle Fawn #79603B
RGB
CMYK
RGB Variations
Color information
#79603B (or 0x79603B) is known color: Shingle Fawn. HEX triplet: 79, 60 and 3B. RGB value is (121,96,59). Sum of RGB (Red+Green+Blue) = 121+96+59=276 (36% of max value = 765). Red value is 121 (47.66% from 255 or 43.84% from 276); Green value is 96 (37.89% from 255 or 34.78% from 276); Blue value is 59 (23.44% from 255 or 21.38% from 276); Max value from RGB is 121 - color contains mainly: red. Hex color #79603B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #79603B is #869FC4. Grayscale: #636363. Windows color (decimal): -8822725 or 3891321. OLE color: 3891321.
HSL color Cylindrical-coordinate representation of color #79603B: hue angle of 35.81º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #79603B is Cyan = 0, Magento = 0.21, Yellow = 0.51 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 96 | 59 | - |
| CMYK | 0 | 0.21 | 0.51 | 0.53 |
| HSL | 35.81º | 0.34% | 0.35% | - |
| HSV(B) | 35.81º | 0.51% | 0.47% | - |
| XYZ | 12.86 | 12.75 | 5.92 | - |
| YUV | 99.26 | 105.28 | 143.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 96 | 59 | 0 | 0.21 | 0.51 | 0.53 | 35.81 | 0.34 | 0.35 |
| Hex | 79 | 60 | 3B | 0 | 15 | 33 | 35 | 24 | 22 | 23 |
| Octal | 171 | 140 | 73 | 0 | 25 | 63 | 65 | 44 | 42 | 43 |
| Binary | 1111001 | 1100000 | 111011 | 0 | 10101 | 110011 | 110101 | 100100 | 100010 | 100011 |
Color Harmonies of #79603B
Complementary color
Monochromatic Colors of #79603B
Black with #79603B
Text Example
Text Example
White with #79603B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79603B; }
p { color: rgb(121,96,59); }
H1.HeaderClassName
{
color: #79603B;
}
.AnyTagClassName
{
color: #79603B;
}
</style>
background-color css
<style>
a { background-color: #79603B; }
a { background-color: rgb(121,96,59); }
div.DivClassName
{
background-color: #79603B;
}
.BgClassName
{
background-color: #79603B;
}
</style>
border-color css
<style>
span { border-color: #79603B; }
span { border-color: rgb(121,96,59); }
td.TdClassName
{
border-color: #79603B;
}
.TagClassName
{
border-color: #79603B;
}
</style>