Shades of Cioccolato #603C31
Tints of Cioccolato #603C31
RGB
CMYK
RGB Variations
Color information
#603C31 (or 0x603C31) is known color: Cioccolato. HEX triplet: 60, 3C and 31. RGB value is (96,60,49). Sum of RGB (Red+Green+Blue) = 96+60+49=205 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.83% from 205); Green value is 60 (23.83% from 255 or 29.27% from 205); Blue value is 49 (19.53% from 255 or 23.90% from 205); Max value from RGB is 96 - color contains mainly: red. Hex color #603C31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603C31 is #9FC3CE. Grayscale: #454545. Windows color (decimal): -10470351 or 3226720. OLE color: 3226720.
HSL color Cylindrical-coordinate representation of color #603C31: hue angle of 14.04º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #603C31 is Cyan = 0, Magento = 0.38, Yellow = 0.49 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 60 | 49 | - |
| CMYK | 0 | 0.38 | 0.49 | 0.62 |
| HSL | 14.04º | 0.32% | 0.28% | - |
| HSV(B) | 14.04º | 0.49% | 0.38% | - |
| XYZ | 6.99 | 5.94 | 3.68 | - |
| YUV | 69.51 | 116.43 | 146.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 60 | 49 | 0 | 0.38 | 0.49 | 0.62 | 14.04 | 0.32 | 0.28 |
| Hex | 60 | 3C | 31 | 0 | 26 | 31 | 3E | E | 20 | 1C |
| Octal | 140 | 74 | 61 | 0 | 46 | 61 | 76 | 16 | 40 | 34 |
| Binary | 1100000 | 111100 | 110001 | 0 | 100110 | 110001 | 111110 | 1110 | 100000 | 11100 |
Color Harmonies of #603C31
Complementary color
Monochromatic Colors of #603C31
Black with #603C31
Text Example
Text Example
White with #603C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603C31; }
p { color: rgb(96,60,49); }
H1.HeaderClassName
{
color: #603C31;
}
.AnyTagClassName
{
color: #603C31;
}
</style>
background-color css
<style>
a { background-color: #603C31; }
a { background-color: rgb(96,60,49); }
div.DivClassName
{
background-color: #603C31;
}
.BgClassName
{
background-color: #603C31;
}
</style>
border-color css
<style>
span { border-color: #603C31; }
span { border-color: rgb(96,60,49); }
td.TdClassName
{
border-color: #603C31;
}
.TagClassName
{
border-color: #603C31;
}
</style>