Shades of Cioccolato #603A2C
Tints of Cioccolato #603A2C
RGB
CMYK
RGB Variations
Color information
#603A2C (or 0x603A2C) is known color: Cioccolato. HEX triplet: 60, 3A and 2C. RGB value is (96,58,44). Sum of RGB (Red+Green+Blue) = 96+58+44=198 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48.48% from 198); Green value is 58 (23.05% from 255 or 29.29% from 198); Blue value is 44 (17.58% from 255 or 22.22% from 198); Max value from RGB is 96 - color contains mainly: red. Hex color #603A2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603A2C is #9FC5D3. Grayscale: #434343. Windows color (decimal): -10470868 or 2898528. OLE color: 2898528.
HSL color Cylindrical-coordinate representation of color #603A2C: hue angle of 16.15º degrees, saturation: 0.37, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #603A2C is Cyan = 0, Magento = 0.40, Yellow = 0.54 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 58 | 44 | - |
| CMYK | 0 | 0.40 | 0.54 | 0.62 |
| HSL | 16.15º | 0.37% | 0.27% | - |
| HSV(B) | 16.15º | 0.54% | 0.38% | - |
| XYZ | 6.79 | 5.69 | 3.12 | - |
| YUV | 67.77 | 114.59 | 148.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 58 | 44 | 0 | 0.40 | 0.54 | 0.62 | 16.15 | 0.37 | 0.27 |
| Hex | 60 | 3A | 2C | 0 | 28 | 36 | 3E | 10 | 25 | 1B |
| Octal | 140 | 72 | 54 | 0 | 50 | 66 | 76 | 20 | 45 | 33 |
| Binary | 1100000 | 111010 | 101100 | 0 | 101000 | 110110 | 111110 | 10000 | 100101 | 11011 |
Color Harmonies of #603A2C
Complementary color
Monochromatic Colors of #603A2C
Black with #603A2C
Text Example
Text Example
White with #603A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603A2C; }
p { color: rgb(96,58,44); }
H1.HeaderClassName
{
color: #603A2C;
}
.AnyTagClassName
{
color: #603A2C;
}
</style>
background-color css
<style>
a { background-color: #603A2C; }
a { background-color: rgb(96,58,44); }
div.DivClassName
{
background-color: #603A2C;
}
.BgClassName
{
background-color: #603A2C;
}
</style>
border-color css
<style>
span { border-color: #603A2C; }
span { border-color: rgb(96,58,44); }
td.TdClassName
{
border-color: #603A2C;
}
.TagClassName
{
border-color: #603A2C;
}
</style>