Shades of Cioccolato #603C2D
Tints of Cioccolato #603C2D
RGB
CMYK
RGB Variations
Color information
#603C2D (or 0x603C2D) is known color: Cioccolato. HEX triplet: 60, 3C and 2D. RGB value is (96,60,45). Sum of RGB (Red+Green+Blue) = 96+60+45=201 (26% of max value = 765). Red value is 96 (37.89% from 255 or 47.76% from 201); Green value is 60 (23.83% from 255 or 29.85% from 201); Blue value is 45 (17.97% from 255 or 22.39% from 201); Max value from RGB is 96 - color contains mainly: red. Hex color #603C2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603C2D is #9FC3D2. Grayscale: #454545. Windows color (decimal): -10470355 or 2964576. OLE color: 2964576.
HSL color Cylindrical-coordinate representation of color #603C2D: hue angle of 17.65º degrees, saturation: 0.36, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #603C2D is Cyan = 0, Magento = 0.38, Yellow = 0.53 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 60 | 45 | - |
| CMYK | 0 | 0.38 | 0.53 | 0.62 |
| HSL | 17.65º | 0.36% | 0.28% | - |
| HSV(B) | 17.65º | 0.53% | 0.38% | - |
| XYZ | 6.91 | 5.91 | 3.26 | - |
| YUV | 69.05 | 114.43 | 147.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 60 | 45 | 0 | 0.38 | 0.53 | 0.62 | 17.65 | 0.36 | 0.28 |
| Hex | 60 | 3C | 2D | 0 | 26 | 35 | 3E | 12 | 24 | 1C |
| Octal | 140 | 74 | 55 | 0 | 46 | 65 | 76 | 22 | 44 | 34 |
| Binary | 1100000 | 111100 | 101101 | 0 | 100110 | 110101 | 111110 | 10010 | 100100 | 11100 |
Color Harmonies of #603C2D
Complementary color
Monochromatic Colors of #603C2D
Black with #603C2D
Text Example
Text Example
White with #603C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603C2D; }
p { color: rgb(96,60,45); }
H1.HeaderClassName
{
color: #603C2D;
}
.AnyTagClassName
{
color: #603C2D;
}
</style>
background-color css
<style>
a { background-color: #603C2D; }
a { background-color: rgb(96,60,45); }
div.DivClassName
{
background-color: #603C2D;
}
.BgClassName
{
background-color: #603C2D;
}
</style>
border-color css
<style>
span { border-color: #603C2D; }
span { border-color: rgb(96,60,45); }
td.TdClassName
{
border-color: #603C2D;
}
.TagClassName
{
border-color: #603C2D;
}
</style>