Shades of Cioccolato #603C2F
Tints of Cioccolato #603C2F
RGB
CMYK
RGB Variations
Color information
#603C2F (or 0x603C2F) is known color: Cioccolato. HEX triplet: 60, 3C and 2F. RGB value is (96,60,47). Sum of RGB (Red+Green+Blue) = 96+60+47=203 (26% of max value = 765). Red value is 96 (37.89% from 255 or 47.29% from 203); Green value is 60 (23.83% from 255 or 29.56% from 203); Blue value is 47 (18.75% from 255 or 23.15% from 203); Max value from RGB is 96 - color contains mainly: red. Hex color #603C2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603C2F is #9FC3D0. Grayscale: #454545. Windows color (decimal): -10470353 or 3095648. OLE color: 3095648.
HSL color Cylindrical-coordinate representation of color #603C2F: hue angle of 15.92º degrees, saturation: 0.34, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #603C2F is Cyan = 0, Magento = 0.38, Yellow = 0.51 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 60 | 47 | - |
| CMYK | 0 | 0.38 | 0.51 | 0.62 |
| HSL | 15.92º | 0.34% | 0.28% | - |
| HSV(B) | 15.92º | 0.51% | 0.38% | - |
| XYZ | 6.95 | 5.92 | 3.47 | - |
| YUV | 69.28 | 115.43 | 147.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 60 | 47 | 0 | 0.38 | 0.51 | 0.62 | 15.92 | 0.34 | 0.28 |
| Hex | 60 | 3C | 2F | 0 | 26 | 33 | 3E | 10 | 22 | 1C |
| Octal | 140 | 74 | 57 | 0 | 46 | 63 | 76 | 20 | 42 | 34 |
| Binary | 1100000 | 111100 | 101111 | 0 | 100110 | 110011 | 111110 | 10000 | 100010 | 11100 |
Color Harmonies of #603C2F
Complementary color
Monochromatic Colors of #603C2F
Black with #603C2F
Text Example
Text Example
White with #603C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603C2F; }
p { color: rgb(96,60,47); }
H1.HeaderClassName
{
color: #603C2F;
}
.AnyTagClassName
{
color: #603C2F;
}
</style>
background-color css
<style>
a { background-color: #603C2F; }
a { background-color: rgb(96,60,47); }
div.DivClassName
{
background-color: #603C2F;
}
.BgClassName
{
background-color: #603C2F;
}
</style>
border-color css
<style>
span { border-color: #603C2F; }
span { border-color: rgb(96,60,47); }
td.TdClassName
{
border-color: #603C2F;
}
.TagClassName
{
border-color: #603C2F;
}
</style>