Shades of Cioccolato #603C2A
Tints of Cioccolato #603C2A
RGB
CMYK
RGB Variations
Color information
#603C2A (or 0x603C2A) is known color: Cioccolato. HEX triplet: 60, 3C and 2A. RGB value is (96,60,42). Sum of RGB (Red+Green+Blue) = 96+60+42=198 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48.48% from 198); Green value is 60 (23.83% from 255 or 30.30% from 198); Blue value is 42 (16.80% from 255 or 21.21% from 198); Max value from RGB is 96 - color contains mainly: red. Hex color #603C2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603C2A is #9FC3D5. Grayscale: #444444. Windows color (decimal): -10470358 or 2767968. OLE color: 2767968.
HSL color Cylindrical-coordinate representation of color #603C2A: hue angle of 20º degrees, saturation: 0.39, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #603C2A is Cyan = 0, Magento = 0.38, Yellow = 0.56 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 60 | 42 | - |
| CMYK | 0 | 0.38 | 0.56 | 0.62 |
| HSL | 20º | 0.39% | 0.27% | - |
| HSV(B) | 20º | 0.56% | 0.38% | - |
| XYZ | 6.86 | 5.89 | 2.97 | - |
| YUV | 68.71 | 112.93 | 147.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 60 | 42 | 0 | 0.38 | 0.56 | 0.62 | 20 | 0.39 | 0.27 |
| Hex | 60 | 3C | 2A | 0 | 26 | 38 | 3E | 14 | 27 | 1B |
| Octal | 140 | 74 | 52 | 0 | 46 | 70 | 76 | 24 | 47 | 33 |
| Binary | 1100000 | 111100 | 101010 | 0 | 100110 | 111000 | 111110 | 10100 | 100111 | 11011 |
Color Harmonies of #603C2A
Complementary color
Monochromatic Colors of #603C2A
Black with #603C2A
Text Example
Text Example
White with #603C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603C2A; }
p { color: rgb(96,60,42); }
H1.HeaderClassName
{
color: #603C2A;
}
.AnyTagClassName
{
color: #603C2A;
}
</style>
background-color css
<style>
a { background-color: #603C2A; }
a { background-color: rgb(96,60,42); }
div.DivClassName
{
background-color: #603C2A;
}
.BgClassName
{
background-color: #603C2A;
}
</style>
border-color css
<style>
span { border-color: #603C2A; }
span { border-color: rgb(96,60,42); }
td.TdClassName
{
border-color: #603C2A;
}
.TagClassName
{
border-color: #603C2A;
}
</style>