Shades of Cioccolato #613A2C
Tints of Cioccolato #613A2C
RGB
CMYK
RGB Variations
Color information
#613A2C (or 0x613A2C) is known color: Cioccolato. HEX triplet: 61, 3A and 2C. RGB value is (97,58,44). Sum of RGB (Red+Green+Blue) = 97+58+44=199 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.74% from 199); Green value is 58 (23.05% from 255 or 29.15% from 199); Blue value is 44 (17.58% from 255 or 22.11% from 199); Max value from RGB is 97 - color contains mainly: red. Hex color #613A2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613A2C is #9EC5D3. Grayscale: #444444. Windows color (decimal): -10405332 or 2898529. OLE color: 2898529.
HSL color Cylindrical-coordinate representation of color #613A2C: hue angle of 15.85º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #613A2C is Cyan = 0, Magento = 0.40, Yellow = 0.55 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 58 | 44 | - |
| CMYK | 0 | 0.40 | 0.55 | 0.62 |
| HSL | 15.85º | 0.38% | 0.28% | - |
| HSV(B) | 15.85º | 0.55% | 0.38% | - |
| XYZ | 6.9 | 5.75 | 3.13 | - |
| YUV | 68.07 | 114.42 | 148.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 58 | 44 | 0 | 0.40 | 0.55 | 0.62 | 15.85 | 0.38 | 0.28 |
| Hex | 61 | 3A | 2C | 0 | 28 | 37 | 3E | 10 | 26 | 1C |
| Octal | 141 | 72 | 54 | 0 | 50 | 67 | 76 | 20 | 46 | 34 |
| Binary | 1100001 | 111010 | 101100 | 0 | 101000 | 110111 | 111110 | 10000 | 100110 | 11100 |
Color Harmonies of #613A2C
Complementary color
Monochromatic Colors of #613A2C
Black with #613A2C
Text Example
Text Example
White with #613A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613A2C; }
p { color: rgb(97,58,44); }
H1.HeaderClassName
{
color: #613A2C;
}
.AnyTagClassName
{
color: #613A2C;
}
</style>
background-color css
<style>
a { background-color: #613A2C; }
a { background-color: rgb(97,58,44); }
div.DivClassName
{
background-color: #613A2C;
}
.BgClassName
{
background-color: #613A2C;
}
</style>
border-color css
<style>
span { border-color: #613A2C; }
span { border-color: rgb(97,58,44); }
td.TdClassName
{
border-color: #613A2C;
}
.TagClassName
{
border-color: #613A2C;
}
</style>