Shades of Cioccolato #603A2D
Tints of Cioccolato #603A2D
RGB
CMYK
RGB Variations
Color information
#603A2D (or 0x603A2D) is known color: Cioccolato. HEX triplet: 60, 3A and 2D. RGB value is (96,58,45). Sum of RGB (Red+Green+Blue) = 96+58+45=199 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48.24% from 199); Green value is 58 (23.05% from 255 or 29.15% from 199); Blue value is 45 (17.97% from 255 or 22.61% from 199); Max value from RGB is 96 - color contains mainly: red. Hex color #603A2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603A2D is #9FC5D2. Grayscale: #434343. Windows color (decimal): -10470867 or 2964064. OLE color: 2964064.
HSL color Cylindrical-coordinate representation of color #603A2D: hue angle of 15.29º 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 #603A2D is Cyan = 0, Magento = 0.40, Yellow = 0.53 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 58 | 45 | - |
| CMYK | 0 | 0.40 | 0.53 | 0.62 |
| HSL | 15.29º | 0.36% | 0.28% | - |
| HSV(B) | 15.29º | 0.53% | 0.38% | - |
| XYZ | 6.81 | 5.7 | 3.22 | - |
| YUV | 67.88 | 115.09 | 148.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 58 | 45 | 0 | 0.40 | 0.53 | 0.62 | 15.29 | 0.36 | 0.28 |
| Hex | 60 | 3A | 2D | 0 | 28 | 35 | 3E | F | 24 | 1C |
| Octal | 140 | 72 | 55 | 0 | 50 | 65 | 76 | 17 | 44 | 34 |
| Binary | 1100000 | 111010 | 101101 | 0 | 101000 | 110101 | 111110 | 1111 | 100100 | 11100 |
Color Harmonies of #603A2D
Complementary color
Monochromatic Colors of #603A2D
Black with #603A2D
Text Example
Text Example
White with #603A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603A2D; }
p { color: rgb(96,58,45); }
H1.HeaderClassName
{
color: #603A2D;
}
.AnyTagClassName
{
color: #603A2D;
}
</style>
background-color css
<style>
a { background-color: #603A2D; }
a { background-color: rgb(96,58,45); }
div.DivClassName
{
background-color: #603A2D;
}
.BgClassName
{
background-color: #603A2D;
}
</style>
border-color css
<style>
span { border-color: #603A2D; }
span { border-color: rgb(96,58,45); }
td.TdClassName
{
border-color: #603A2D;
}
.TagClassName
{
border-color: #603A2D;
}
</style>