Shades of Cioccolato #613B2E
Tints of Cioccolato #613B2E
RGB
CMYK
RGB Variations
Color information
#613B2E (or 0x613B2E) is known color: Cioccolato. HEX triplet: 61, 3B and 2E. RGB value is (97,59,46). Sum of RGB (Red+Green+Blue) = 97+59+46=202 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.02% from 202); Green value is 59 (23.44% from 255 or 29.21% from 202); Blue value is 46 (18.36% from 255 or 22.77% from 202); Max value from RGB is 97 - color contains mainly: red. Hex color #613B2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613B2E is #9EC4D1. Grayscale: #444444. Windows color (decimal): -10405074 or 3029857. OLE color: 3029857.
HSL color Cylindrical-coordinate representation of color #613B2E: hue angle of 15.29º degrees, saturation: 0.36, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #613B2E is Cyan = 0, Magento = 0.39, Yellow = 0.53 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 59 | 46 | - |
| CMYK | 0 | 0.39 | 0.53 | 0.62 |
| HSL | 15.29º | 0.36% | 0.28% | - |
| HSV(B) | 15.29º | 0.53% | 0.38% | - |
| XYZ | 6.99 | 5.87 | 3.35 | - |
| YUV | 68.88 | 115.09 | 148.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 59 | 46 | 0 | 0.39 | 0.53 | 0.62 | 15.29 | 0.36 | 0.28 |
| Hex | 61 | 3B | 2E | 0 | 27 | 35 | 3E | F | 24 | 1C |
| Octal | 141 | 73 | 56 | 0 | 47 | 65 | 76 | 17 | 44 | 34 |
| Binary | 1100001 | 111011 | 101110 | 0 | 100111 | 110101 | 111110 | 1111 | 100100 | 11100 |
Color Harmonies of #613B2E
Complementary color
Monochromatic Colors of #613B2E
Black with #613B2E
Text Example
Text Example
White with #613B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613B2E; }
p { color: rgb(97,59,46); }
H1.HeaderClassName
{
color: #613B2E;
}
.AnyTagClassName
{
color: #613B2E;
}
</style>
background-color css
<style>
a { background-color: #613B2E; }
a { background-color: rgb(97,59,46); }
div.DivClassName
{
background-color: #613B2E;
}
.BgClassName
{
background-color: #613B2E;
}
</style>
border-color css
<style>
span { border-color: #613B2E; }
span { border-color: rgb(97,59,46); }
td.TdClassName
{
border-color: #613B2E;
}
.TagClassName
{
border-color: #613B2E;
}
</style>