Shades of Cioccolato #603A2A
Tints of Cioccolato #603A2A
RGB
CMYK
RGB Variations
Color information
#603A2A (or 0x603A2A) is known color: Cioccolato. HEX triplet: 60, 3A and 2A. RGB value is (96,58,42). Sum of RGB (Red+Green+Blue) = 96+58+42=196 (25% of max value = 765). Red value is 96 (37.89% from 255 or 48.98% from 196); Green value is 58 (23.05% from 255 or 29.59% from 196); Blue value is 42 (16.80% from 255 or 21.43% from 196); Max value from RGB is 96 - color contains mainly: red. Hex color #603A2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603A2A is #9FC5D5. Grayscale: #434343. Windows color (decimal): -10470870 or 2767456. OLE color: 2767456.
HSL color Cylindrical-coordinate representation of color #603A2A: hue angle of 17.78º 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 #603A2A is Cyan = 0, Magento = 0.40, Yellow = 0.56 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 58 | 42 | - |
| CMYK | 0 | 0.40 | 0.56 | 0.62 |
| HSL | 17.78º | 0.39% | 0.27% | - |
| HSV(B) | 17.78º | 0.56% | 0.38% | - |
| XYZ | 6.75 | 5.68 | 2.93 | - |
| YUV | 67.54 | 113.59 | 148.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 58 | 42 | 0 | 0.40 | 0.56 | 0.62 | 17.78 | 0.39 | 0.27 |
| Hex | 60 | 3A | 2A | 0 | 28 | 38 | 3E | 12 | 27 | 1B |
| Octal | 140 | 72 | 52 | 0 | 50 | 70 | 76 | 22 | 47 | 33 |
| Binary | 1100000 | 111010 | 101010 | 0 | 101000 | 111000 | 111110 | 10010 | 100111 | 11011 |
Color Harmonies of #603A2A
Complementary color
Monochromatic Colors of #603A2A
Black with #603A2A
Text Example
Text Example
White with #603A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603A2A; }
p { color: rgb(96,58,42); }
H1.HeaderClassName
{
color: #603A2A;
}
.AnyTagClassName
{
color: #603A2A;
}
</style>
background-color css
<style>
a { background-color: #603A2A; }
a { background-color: rgb(96,58,42); }
div.DivClassName
{
background-color: #603A2A;
}
.BgClassName
{
background-color: #603A2A;
}
</style>
border-color css
<style>
span { border-color: #603A2A; }
span { border-color: rgb(96,58,42); }
td.TdClassName
{
border-color: #603A2A;
}
.TagClassName
{
border-color: #603A2A;
}
</style>