Shades of Shingle Fawn #68583B
Tints of Shingle Fawn #68583B
RGB
CMYK
RGB Variations
Color information
#68583B (or 0x68583B) is known color: Shingle Fawn. HEX triplet: 68, 58 and 3B. RGB value is (104,88,59). Sum of RGB (Red+Green+Blue) = 104+88+59=251 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.43% from 251); Green value is 88 (34.77% from 255 or 35.06% from 251); Blue value is 59 (23.44% from 255 or 23.51% from 251); Max value from RGB is 104 - color contains mainly: red. Hex color #68583B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68583B is #97A7C4. Grayscale: #595959. Windows color (decimal): -9938885 or 3889256. OLE color: 3889256.
HSL color Cylindrical-coordinate representation of color #68583B: hue angle of 38.67º degrees, saturation: 0.28, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #68583B is Cyan = 0, Magento = 0.15, Yellow = 0.43 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 88 | 59 | - |
| CMYK | 0 | 0.15 | 0.43 | 0.59 |
| HSL | 38.67º | 0.28% | 0.32% | - |
| HSV(B) | 38.67º | 0.43% | 0.41% | - |
| XYZ | 9.99 | 10.24 | 5.59 | - |
| YUV | 89.48 | 110.8 | 138.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 88 | 59 | 0 | 0.15 | 0.43 | 0.59 | 38.67 | 0.28 | 0.32 |
| Hex | 68 | 58 | 3B | 0 | F | 2B | 3B | 27 | 1C | 20 |
| Octal | 150 | 130 | 73 | 0 | 17 | 53 | 73 | 47 | 34 | 40 |
| Binary | 1101000 | 1011000 | 111011 | 0 | 1111 | 101011 | 111011 | 100111 | 11100 | 100000 |
Color Harmonies of #68583B
Complementary color
Monochromatic Colors of #68583B
Black with #68583B
Text Example
Text Example
White with #68583B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68583B; }
p { color: rgb(104,88,59); }
H1.HeaderClassName
{
color: #68583B;
}
.AnyTagClassName
{
color: #68583B;
}
</style>
background-color css
<style>
a { background-color: #68583B; }
a { background-color: rgb(104,88,59); }
div.DivClassName
{
background-color: #68583B;
}
.BgClassName
{
background-color: #68583B;
}
</style>
border-color css
<style>
span { border-color: #68583B; }
span { border-color: rgb(104,88,59); }
td.TdClassName
{
border-color: #68583B;
}
.TagClassName
{
border-color: #68583B;
}
</style>