Shades of Tosca #68484B
Tints of Tosca #68484B
RGB
CMYK
RGB Variations
Color information
#68484B (or 0x68484B) is known color: Tosca. HEX triplet: 68, 48 and 4B. RGB value is (104,72,75). Sum of RGB (Red+Green+Blue) = 104+72+75=251 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.43% from 251); Green value is 72 (28.52% from 255 or 28.69% from 251); Blue value is 75 (29.69% from 255 or 29.88% from 251); Max value from RGB is 104 - color contains mainly: red. Hex color #68484B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68484B is #97B7B4. Grayscale: #515151. Windows color (decimal): -9942965 or 4933736. OLE color: 4933736.
HSL color Cylindrical-coordinate representation of color #68484B: hue angle of 354.38º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #68484B is Cyan = 0, Magento = 0.31, Yellow = 0.28 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 72 | 75 | - |
| CMYK | 0 | 0.31 | 0.28 | 0.59 |
| HSL | 354.38º | 0.18% | 0.35% | - |
| HSV(B) | 354.38º | 0.31% | 0.41% | - |
| XYZ | 9.3 | 8.09 | 7.73 | - |
| YUV | 81.91 | 124.1 | 143.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 72 | 75 | 0 | 0.31 | 0.28 | 0.59 | 354.38 | 0.18 | 0.35 |
| Hex | 68 | 48 | 4B | 0 | 1F | 1C | 3B | 162 | 12 | 23 |
| Octal | 150 | 110 | 113 | 0 | 37 | 34 | 73 | 542 | 22 | 43 |
| Binary | 1101000 | 1001000 | 1001011 | 0 | 11111 | 11100 | 111011 | 101100010 | 10010 | 100011 |
Color Harmonies of #68484B
Complementary color
Monochromatic Colors of #68484B
Black with #68484B
Text Example
Text Example
White with #68484B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68484B; }
p { color: rgb(104,72,75); }
H1.HeaderClassName
{
color: #68484B;
}
.AnyTagClassName
{
color: #68484B;
}
</style>
background-color css
<style>
a { background-color: #68484B; }
a { background-color: rgb(104,72,75); }
div.DivClassName
{
background-color: #68484B;
}
.BgClassName
{
background-color: #68484B;
}
</style>
border-color css
<style>
span { border-color: #68484B; }
span { border-color: rgb(104,72,75); }
td.TdClassName
{
border-color: #68484B;
}
.TagClassName
{
border-color: #68484B;
}
</style>