Shades of Cioccolato #613E30
Tints of Cioccolato #613E30
RGB
CMYK
RGB Variations
Color information
#613E30 (or 0x613E30) is known color: Cioccolato. HEX triplet: 61, 3E and 30. RGB value is (97,62,48). Sum of RGB (Red+Green+Blue) = 97+62+48=207 (27% of max value = 765). Red value is 97 (38.28% from 255 or 46.86% from 207); Green value is 62 (24.61% from 255 or 29.95% from 207); Blue value is 48 (19.14% from 255 or 23.19% from 207); Max value from RGB is 97 - color contains mainly: red. Hex color #613E30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613E30 is #9EC1CF. Grayscale: #464646. Windows color (decimal): -10404304 or 3161697. OLE color: 3161697.
HSL color Cylindrical-coordinate representation of color #613E30: hue angle of 17.14º degrees, saturation: 0.34, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #613E30 is Cyan = 0, Magento = 0.36, Yellow = 0.51 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 62 | 48 | - |
| CMYK | 0 | 0.36 | 0.51 | 0.62 |
| HSL | 17.14º | 0.34% | 0.28% | - |
| HSV(B) | 17.14º | 0.51% | 0.38% | - |
| XYZ | 7.19 | 6.2 | 3.61 | - |
| YUV | 70.87 | 115.1 | 146.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 62 | 48 | 0 | 0.36 | 0.51 | 0.62 | 17.14 | 0.34 | 0.28 |
| Hex | 61 | 3E | 30 | 0 | 24 | 33 | 3E | 11 | 22 | 1C |
| Octal | 141 | 76 | 60 | 0 | 44 | 63 | 76 | 21 | 42 | 34 |
| Binary | 1100001 | 111110 | 110000 | 0 | 100100 | 110011 | 111110 | 10001 | 100010 | 11100 |
Color Harmonies of #613E30
Complementary color
Monochromatic Colors of #613E30
Black with #613E30
Text Example
Text Example
White with #613E30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613E30; }
p { color: rgb(97,62,48); }
H1.HeaderClassName
{
color: #613E30;
}
.AnyTagClassName
{
color: #613E30;
}
</style>
background-color css
<style>
a { background-color: #613E30; }
a { background-color: rgb(97,62,48); }
div.DivClassName
{
background-color: #613E30;
}
.BgClassName
{
background-color: #613E30;
}
</style>
border-color css
<style>
span { border-color: #613E30; }
span { border-color: rgb(97,62,48); }
td.TdClassName
{
border-color: #613E30;
}
.TagClassName
{
border-color: #613E30;
}
</style>