Shades of Cioccolato #613C31
Tints of Cioccolato #613C31
RGB
CMYK
RGB Variations
Color information
#613C31 (or 0x613C31) is known color: Cioccolato. HEX triplet: 61, 3C and 31. RGB value is (97,60,49). Sum of RGB (Red+Green+Blue) = 97+60+49=206 (27% of max value = 765). Red value is 97 (38.28% from 255 or 47.09% from 206); Green value is 60 (23.83% from 255 or 29.13% from 206); Blue value is 49 (19.53% from 255 or 23.79% from 206); Max value from RGB is 97 - color contains mainly: red. Hex color #613C31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613C31 is #9EC3CE. Grayscale: #454545. Windows color (decimal): -10404815 or 3226721. OLE color: 3226721.
HSL color Cylindrical-coordinate representation of color #613C31: hue angle of 13.75º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #613C31 is Cyan = 0, Magento = 0.38, Yellow = 0.49 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 60 | 49 | - |
| CMYK | 0 | 0.38 | 0.49 | 0.62 |
| HSL | 13.75º | 0.33% | 0.29% | - |
| HSV(B) | 13.75º | 0.49% | 0.38% | - |
| XYZ | 7.1 | 5.99 | 3.69 | - |
| YUV | 69.81 | 116.26 | 147.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 60 | 49 | 0 | 0.38 | 0.49 | 0.62 | 13.75 | 0.33 | 0.29 |
| Hex | 61 | 3C | 31 | 0 | 26 | 31 | 3E | E | 21 | 1D |
| Octal | 141 | 74 | 61 | 0 | 46 | 61 | 76 | 16 | 41 | 35 |
| Binary | 1100001 | 111100 | 110001 | 0 | 100110 | 110001 | 111110 | 1110 | 100001 | 11101 |
Color Harmonies of #613C31
Complementary color
Monochromatic Colors of #613C31
Black with #613C31
Text Example
Text Example
White with #613C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613C31; }
p { color: rgb(97,60,49); }
H1.HeaderClassName
{
color: #613C31;
}
.AnyTagClassName
{
color: #613C31;
}
</style>
background-color css
<style>
a { background-color: #613C31; }
a { background-color: rgb(97,60,49); }
div.DivClassName
{
background-color: #613C31;
}
.BgClassName
{
background-color: #613C31;
}
</style>
border-color css
<style>
span { border-color: #613C31; }
span { border-color: rgb(97,60,49); }
td.TdClassName
{
border-color: #613C31;
}
.TagClassName
{
border-color: #613C31;
}
</style>