Shades of Cioccolato #613B2C
Tints of Cioccolato #613B2C
RGB
CMYK
RGB Variations
Color information
#613B2C (or 0x613B2C) is known color: Cioccolato. HEX triplet: 61, 3B and 2C. RGB value is (97,59,44). Sum of RGB (Red+Green+Blue) = 97+59+44=200 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.5% from 200); Green value is 59 (23.44% from 255 or 29.5% from 200); Blue value is 44 (17.58% from 255 or 22% from 200); Max value from RGB is 97 - color contains mainly: red. Hex color #613B2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613B2C is #9EC4D3. Grayscale: #444444. Windows color (decimal): -10405076 or 2898785. OLE color: 2898785.
HSL color Cylindrical-coordinate representation of color #613B2C: hue angle of 16.98º 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 #613B2C is Cyan = 0, Magento = 0.39, Yellow = 0.55 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 59 | 44 | - |
| CMYK | 0 | 0.39 | 0.55 | 0.62 |
| HSL | 16.98º | 0.38% | 0.28% | - |
| HSV(B) | 16.98º | 0.55% | 0.38% | - |
| XYZ | 6.95 | 5.85 | 3.15 | - |
| YUV | 68.65 | 114.09 | 148.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 59 | 44 | 0 | 0.39 | 0.55 | 0.62 | 16.98 | 0.38 | 0.28 |
| Hex | 61 | 3B | 2C | 0 | 27 | 37 | 3E | 11 | 26 | 1C |
| Octal | 141 | 73 | 54 | 0 | 47 | 67 | 76 | 21 | 46 | 34 |
| Binary | 1100001 | 111011 | 101100 | 0 | 100111 | 110111 | 111110 | 10001 | 100110 | 11100 |
Color Harmonies of #613B2C
Complementary color
Monochromatic Colors of #613B2C
Black with #613B2C
Text Example
Text Example
White with #613B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613B2C; }
p { color: rgb(97,59,44); }
H1.HeaderClassName
{
color: #613B2C;
}
.AnyTagClassName
{
color: #613B2C;
}
</style>
background-color css
<style>
a { background-color: #613B2C; }
a { background-color: rgb(97,59,44); }
div.DivClassName
{
background-color: #613B2C;
}
.BgClassName
{
background-color: #613B2C;
}
</style>
border-color css
<style>
span { border-color: #613B2C; }
span { border-color: rgb(97,59,44); }
td.TdClassName
{
border-color: #613B2C;
}
.TagClassName
{
border-color: #613B2C;
}
</style>