Shades of Cioccolato #613C32
Tints of Cioccolato #613C32
RGB
CMYK
RGB Variations
Color information
#613C32 (or 0x613C32) is known color: Cioccolato. HEX triplet: 61, 3C and 32. RGB value is (97,60,50). Sum of RGB (Red+Green+Blue) = 97+60+50=207 (27% of max value = 765). Red value is 97 (38.28% from 255 or 46.86% from 207); Green value is 60 (23.83% from 255 or 28.99% from 207); Blue value is 50 (19.92% from 255 or 24.15% from 207); Max value from RGB is 97 - color contains mainly: red. Hex color #613C32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613C32 is #9EC3CD. Grayscale: #464646. Windows color (decimal): -10404814 or 3292257. OLE color: 3292257.
HSL color Cylindrical-coordinate representation of color #613C32: hue angle of 12.77º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #613C32 is Cyan = 0, Magento = 0.38, Yellow = 0.48 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 60 | 50 | - |
| CMYK | 0 | 0.38 | 0.48 | 0.62 |
| HSL | 12.77º | 0.32% | 0.29% | - |
| HSV(B) | 12.77º | 0.48% | 0.38% | - |
| XYZ | 7.12 | 6 | 3.8 | - |
| YUV | 69.92 | 116.76 | 147.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 60 | 50 | 0 | 0.38 | 0.48 | 0.62 | 12.77 | 0.32 | 0.29 |
| Hex | 61 | 3C | 32 | 0 | 26 | 30 | 3E | D | 20 | 1D |
| Octal | 141 | 74 | 62 | 0 | 46 | 60 | 76 | 15 | 40 | 35 |
| Binary | 1100001 | 111100 | 110010 | 0 | 100110 | 110000 | 111110 | 1101 | 100000 | 11101 |
Color Harmonies of #613C32
Complementary color
Monochromatic Colors of #613C32
Black with #613C32
Text Example
Text Example
White with #613C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613C32; }
p { color: rgb(97,60,50); }
H1.HeaderClassName
{
color: #613C32;
}
.AnyTagClassName
{
color: #613C32;
}
</style>
background-color css
<style>
a { background-color: #613C32; }
a { background-color: rgb(97,60,50); }
div.DivClassName
{
background-color: #613C32;
}
.BgClassName
{
background-color: #613C32;
}
</style>
border-color css
<style>
span { border-color: #613C32; }
span { border-color: rgb(97,60,50); }
td.TdClassName
{
border-color: #613C32;
}
.TagClassName
{
border-color: #613C32;
}
</style>