Shades of Shingle Fawn #68573A
Tints of Shingle Fawn #68573A
RGB
CMYK
RGB Variations
Color information
#68573A (or 0x68573A) is known color: Shingle Fawn. HEX triplet: 68, 57 and 3A. RGB value is (104,87,58). Sum of RGB (Red+Green+Blue) = 104+87+58=249 (32% of max value = 765). Red value is 104 (41.02% from 255 or 41.77% from 249); Green value is 87 (34.38% from 255 or 34.94% from 249); Blue value is 58 (23.05% from 255 or 23.29% from 249); Max value from RGB is 104 - color contains mainly: red. Hex color #68573A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68573A is #97A8C5. Grayscale: #585858. Windows color (decimal): -9939142 or 3823464. OLE color: 3823464.
HSL color Cylindrical-coordinate representation of color #68573A: hue angle of 37.83º degrees, saturation: 0.28, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #68573A is Cyan = 0, Magento = 0.16, Yellow = 0.44 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 87 | 58 | - |
| CMYK | 0 | 0.16 | 0.44 | 0.59 |
| HSL | 37.83º | 0.28% | 0.32% | - |
| HSV(B) | 37.83º | 0.44% | 0.41% | - |
| XYZ | 9.88 | 10.06 | 5.42 | - |
| YUV | 88.78 | 110.63 | 138.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 87 | 58 | 0 | 0.16 | 0.44 | 0.59 | 37.83 | 0.28 | 0.32 |
| Hex | 68 | 57 | 3A | 0 | 10 | 2C | 3B | 26 | 1C | 20 |
| Octal | 150 | 127 | 72 | 0 | 20 | 54 | 73 | 46 | 34 | 40 |
| Binary | 1101000 | 1010111 | 111010 | 0 | 10000 | 101100 | 111011 | 100110 | 11100 | 100000 |
Color Harmonies of #68573A
Complementary color
Monochromatic Colors of #68573A
Black with #68573A
Text Example
Text Example
White with #68573A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68573A; }
p { color: rgb(104,87,58); }
H1.HeaderClassName
{
color: #68573A;
}
.AnyTagClassName
{
color: #68573A;
}
</style>
background-color css
<style>
a { background-color: #68573A; }
a { background-color: rgb(104,87,58); }
div.DivClassName
{
background-color: #68573A;
}
.BgClassName
{
background-color: #68573A;
}
</style>
border-color css
<style>
span { border-color: #68573A; }
span { border-color: rgb(104,87,58); }
td.TdClassName
{
border-color: #68573A;
}
.TagClassName
{
border-color: #68573A;
}
</style>