Shades of Cioccolato #613E34
Tints of Cioccolato #613E34
RGB
CMYK
RGB Variations
Color information
#613E34 (or 0x613E34) is known color: Cioccolato. HEX triplet: 61, 3E and 34. RGB value is (97,62,52). Sum of RGB (Red+Green+Blue) = 97+62+52=211 (27% of max value = 765). Red value is 97 (38.28% from 255 or 45.97% from 211); Green value is 62 (24.61% from 255 or 29.38% from 211); Blue value is 52 (20.70% from 255 or 24.64% from 211); Max value from RGB is 97 - color contains mainly: red. Hex color #613E34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613E34 is #9EC1CB. Grayscale: #474747. Windows color (decimal): -10404300 or 3423841. OLE color: 3423841.
HSL color Cylindrical-coordinate representation of color #613E34: hue angle of 13.33º degrees, saturation: 0.3, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #613E34 is Cyan = 0, Magento = 0.36, Yellow = 0.46 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 62 | 52 | - |
| CMYK | 0 | 0.36 | 0.46 | 0.62 |
| HSL | 13.33º | 0.3% | 0.29% | - |
| HSV(B) | 13.33º | 0.46% | 0.38% | - |
| XYZ | 7.27 | 6.23 | 4.07 | - |
| YUV | 71.33 | 117.1 | 146.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 62 | 52 | 0 | 0.36 | 0.46 | 0.62 | 13.33 | 0.3 | 0.29 |
| Hex | 61 | 3E | 34 | 0 | 24 | 2E | 3E | D | 1E | 1D |
| Octal | 141 | 76 | 64 | 0 | 44 | 56 | 76 | 15 | 36 | 35 |
| Binary | 1100001 | 111110 | 110100 | 0 | 100100 | 101110 | 111110 | 1101 | 11110 | 11101 |
Color Harmonies of #613E34
Complementary color
Monochromatic Colors of #613E34
Black with #613E34
Text Example
Text Example
White with #613E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613E34; }
p { color: rgb(97,62,52); }
H1.HeaderClassName
{
color: #613E34;
}
.AnyTagClassName
{
color: #613E34;
}
</style>
background-color css
<style>
a { background-color: #613E34; }
a { background-color: rgb(97,62,52); }
div.DivClassName
{
background-color: #613E34;
}
.BgClassName
{
background-color: #613E34;
}
</style>
border-color css
<style>
span { border-color: #613E34; }
span { border-color: rgb(97,62,52); }
td.TdClassName
{
border-color: #613E34;
}
.TagClassName
{
border-color: #613E34;
}
</style>