Shades of Cioccolato #613B2B
Tints of Cioccolato #613B2B
RGB
CMYK
RGB Variations
Color information
#613B2B (or 0x613B2B) is known color: Cioccolato. HEX triplet: 61, 3B and 2B. RGB value is (97,59,43). Sum of RGB (Red+Green+Blue) = 97+59+43=199 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.74% from 199); Green value is 59 (23.44% from 255 or 29.65% from 199); Blue value is 43 (17.19% from 255 or 21.61% from 199); Max value from RGB is 97 - color contains mainly: red. Hex color #613B2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613B2B is #9EC4D4. Grayscale: #444444. Windows color (decimal): -10405077 or 2833249. OLE color: 2833249.
HSL color Cylindrical-coordinate representation of color #613B2B: hue angle of 17.78º degrees, saturation: 0.39, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #613B2B is Cyan = 0, Magento = 0.39, Yellow = 0.56 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 59 | 43 | - |
| CMYK | 0 | 0.39 | 0.56 | 0.62 |
| HSL | 17.78º | 0.39% | 0.27% | - |
| HSV(B) | 17.78º | 0.56% | 0.38% | - |
| XYZ | 6.93 | 5.84 | 3.05 | - |
| YUV | 68.54 | 113.59 | 148.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 59 | 43 | 0 | 0.39 | 0.56 | 0.62 | 17.78 | 0.39 | 0.27 |
| Hex | 61 | 3B | 2B | 0 | 27 | 38 | 3E | 12 | 27 | 1B |
| Octal | 141 | 73 | 53 | 0 | 47 | 70 | 76 | 22 | 47 | 33 |
| Binary | 1100001 | 111011 | 101011 | 0 | 100111 | 111000 | 111110 | 10010 | 100111 | 11011 |
Color Harmonies of #613B2B
Complementary color
Monochromatic Colors of #613B2B
Black with #613B2B
Text Example
Text Example
White with #613B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613B2B; }
p { color: rgb(97,59,43); }
H1.HeaderClassName
{
color: #613B2B;
}
.AnyTagClassName
{
color: #613B2B;
}
</style>
background-color css
<style>
a { background-color: #613B2B; }
a { background-color: rgb(97,59,43); }
div.DivClassName
{
background-color: #613B2B;
}
.BgClassName
{
background-color: #613B2B;
}
</style>
border-color css
<style>
span { border-color: #613B2B; }
span { border-color: rgb(97,59,43); }
td.TdClassName
{
border-color: #613B2B;
}
.TagClassName
{
border-color: #613B2B;
}
</style>