Shades of Cioccolato #603B2C
Tints of Cioccolato #603B2C
RGB
CMYK
RGB Variations
Color information
#603B2C (or 0x603B2C) is known color: Cioccolato. HEX triplet: 60, 3B and 2C. RGB value is (96,59,44). Sum of RGB (Red+Green+Blue) = 96+59+44=199 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48.24% from 199); Green value is 59 (23.44% from 255 or 29.65% from 199); Blue value is 44 (17.58% from 255 or 22.11% from 199); Max value from RGB is 96 - color contains mainly: red. Hex color #603B2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603B2C is #9FC4D3. Grayscale: #444444. Windows color (decimal): -10470612 or 2898784. OLE color: 2898784.
HSL color Cylindrical-coordinate representation of color #603B2C: hue angle of 17.31º 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 #603B2C is Cyan = 0, Magento = 0.39, Yellow = 0.54 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 59 | 44 | - |
| CMYK | 0 | 0.39 | 0.54 | 0.62 |
| HSL | 17.31º | 0.37% | 0.27% | - |
| HSV(B) | 17.31º | 0.54% | 0.38% | - |
| XYZ | 6.84 | 5.8 | 3.14 | - |
| YUV | 68.35 | 114.26 | 147.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 59 | 44 | 0 | 0.39 | 0.54 | 0.62 | 17.31 | 0.37 | 0.27 |
| Hex | 60 | 3B | 2C | 0 | 27 | 36 | 3E | 11 | 25 | 1B |
| Octal | 140 | 73 | 54 | 0 | 47 | 66 | 76 | 21 | 45 | 33 |
| Binary | 1100000 | 111011 | 101100 | 0 | 100111 | 110110 | 111110 | 10001 | 100101 | 11011 |
Color Harmonies of #603B2C
Complementary color
Monochromatic Colors of #603B2C
Black with #603B2C
Text Example
Text Example
White with #603B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603B2C; }
p { color: rgb(96,59,44); }
H1.HeaderClassName
{
color: #603B2C;
}
.AnyTagClassName
{
color: #603B2C;
}
</style>
background-color css
<style>
a { background-color: #603B2C; }
a { background-color: rgb(96,59,44); }
div.DivClassName
{
background-color: #603B2C;
}
.BgClassName
{
background-color: #603B2C;
}
</style>
border-color css
<style>
span { border-color: #603B2C; }
span { border-color: rgb(96,59,44); }
td.TdClassName
{
border-color: #603B2C;
}
.TagClassName
{
border-color: #603B2C;
}
</style>