Shades of Cioccolato #613C29
Tints of Cioccolato #613C29
RGB
CMYK
RGB Variations
Color information
#613C29 (or 0x613C29) is known color: Cioccolato. HEX triplet: 61, 3C and 29. RGB value is (97,60,41). Sum of RGB (Red+Green+Blue) = 97+60+41=198 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.99% from 198); Green value is 60 (23.83% from 255 or 30.30% from 198); Blue value is 41 (16.41% from 255 or 20.71% from 198); Max value from RGB is 97 - color contains mainly: red. Hex color #613C29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613C29 is #9EC3D6. Grayscale: #454545. Windows color (decimal): -10404823 or 2702433. OLE color: 2702433.
HSL color Cylindrical-coordinate representation of color #613C29: hue angle of 20.36º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #613C29 is Cyan = 0, Magento = 0.38, Yellow = 0.58 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 60 | 41 | - |
| CMYK | 0 | 0.38 | 0.58 | 0.62 |
| HSL | 20.36º | 0.41% | 0.27% | - |
| HSV(B) | 20.36º | 0.58% | 0.38% | - |
| XYZ | 6.95 | 5.93 | 2.88 | - |
| YUV | 68.9 | 112.26 | 148.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 60 | 41 | 0 | 0.38 | 0.58 | 0.62 | 20.36 | 0.41 | 0.27 |
| Hex | 61 | 3C | 29 | 0 | 26 | 3A | 3E | 14 | 29 | 1B |
| Octal | 141 | 74 | 51 | 0 | 46 | 72 | 76 | 24 | 51 | 33 |
| Binary | 1100001 | 111100 | 101001 | 0 | 100110 | 111010 | 111110 | 10100 | 101001 | 11011 |
Color Harmonies of #613C29
Complementary color
Monochromatic Colors of #613C29
Black with #613C29
Text Example
Text Example
White with #613C29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613C29; }
p { color: rgb(97,60,41); }
H1.HeaderClassName
{
color: #613C29;
}
.AnyTagClassName
{
color: #613C29;
}
</style>
background-color css
<style>
a { background-color: #613C29; }
a { background-color: rgb(97,60,41); }
div.DivClassName
{
background-color: #613C29;
}
.BgClassName
{
background-color: #613C29;
}
</style>
border-color css
<style>
span { border-color: #613C29; }
span { border-color: rgb(97,60,41); }
td.TdClassName
{
border-color: #613C29;
}
.TagClassName
{
border-color: #613C29;
}
</style>