Shades of Tosca #6C484B
Tints of Tosca #6C484B
RGB
CMYK
RGB Variations
Color information
#6C484B (or 0x6C484B) is known color: Tosca. HEX triplet: 6C, 48 and 4B. RGB value is (108,72,75). Sum of RGB (Red+Green+Blue) = 108+72+75=255 (33% of max value = 765). Red value is 108 (42.58% from 255 or 42.35% from 255); Green value is 72 (28.52% from 255 or 28.24% from 255); Blue value is 75 (29.69% from 255 or 29.41% from 255); Max value from RGB is 108 - color contains mainly: red. Hex color #6C484B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C484B is #93B7B4. Grayscale: #535353. Windows color (decimal): -9680821 or 4933740. OLE color: 4933740.
HSL color Cylindrical-coordinate representation of color #6C484B: hue angle of 355º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6C484B is Cyan = 0, Magento = 0.33, Yellow = 0.31 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 72 | 75 | - |
| CMYK | 0 | 0.33 | 0.31 | 0.58 |
| HSL | 355º | 0.2% | 0.35% | - |
| HSV(B) | 355º | 0.33% | 0.42% | - |
| XYZ | 9.77 | 8.33 | 7.75 | - |
| YUV | 83.11 | 123.43 | 145.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 72 | 75 | 0 | 0.33 | 0.31 | 0.58 | 355 | 0.2 | 0.35 |
| Hex | 6C | 48 | 4B | 0 | 21 | 1F | 3A | 163 | 14 | 23 |
| Octal | 154 | 110 | 113 | 0 | 41 | 37 | 72 | 543 | 24 | 43 |
| Binary | 1101100 | 1001000 | 1001011 | 0 | 100001 | 11111 | 111010 | 101100011 | 10100 | 100011 |
Color Harmonies of #6C484B
Complementary color
Monochromatic Colors of #6C484B
Black with #6C484B
Text Example
Text Example
White with #6C484B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C484B; }
p { color: rgb(108,72,75); }
H1.HeaderClassName
{
color: #6C484B;
}
.AnyTagClassName
{
color: #6C484B;
}
</style>
background-color css
<style>
a { background-color: #6C484B; }
a { background-color: rgb(108,72,75); }
div.DivClassName
{
background-color: #6C484B;
}
.BgClassName
{
background-color: #6C484B;
}
</style>
border-color css
<style>
span { border-color: #6C484B; }
span { border-color: rgb(108,72,75); }
td.TdClassName
{
border-color: #6C484B;
}
.TagClassName
{
border-color: #6C484B;
}
</style>