Shades of Cioccolato #613D2E
Tints of Cioccolato #613D2E
RGB
CMYK
RGB Variations
Color information
#613D2E (or 0x613D2E) is known color: Cioccolato. HEX triplet: 61, 3D and 2E. RGB value is (97,61,46). Sum of RGB (Red+Green+Blue) = 97+61+46=204 (27% of max value = 765). Red value is 97 (38.28% from 255 or 47.55% from 204); Green value is 61 (24.22% from 255 or 29.90% from 204); Blue value is 46 (18.36% from 255 or 22.55% from 204); Max value from RGB is 97 - color contains mainly: red. Hex color #613D2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613D2E is #9EC2D1. Grayscale: #464646. Windows color (decimal): -10404562 or 3030369. OLE color: 3030369.
HSL color Cylindrical-coordinate representation of color #613D2E: hue angle of 17.65º 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 #613D2E is Cyan = 0, Magento = 0.37, Yellow = 0.53 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 61 | 46 | - |
| CMYK | 0 | 0.37 | 0.53 | 0.62 |
| HSL | 17.65º | 0.36% | 0.28% | - |
| HSV(B) | 17.65º | 0.53% | 0.38% | - |
| XYZ | 7.09 | 6.08 | 3.38 | - |
| YUV | 70.05 | 114.43 | 147.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 61 | 46 | 0 | 0.37 | 0.53 | 0.62 | 17.65 | 0.36 | 0.28 |
| Hex | 61 | 3D | 2E | 0 | 25 | 35 | 3E | 12 | 24 | 1C |
| Octal | 141 | 75 | 56 | 0 | 45 | 65 | 76 | 22 | 44 | 34 |
| Binary | 1100001 | 111101 | 101110 | 0 | 100101 | 110101 | 111110 | 10010 | 100100 | 11100 |
Color Harmonies of #613D2E
Complementary color
Monochromatic Colors of #613D2E
Black with #613D2E
Text Example
Text Example
White with #613D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613D2E; }
p { color: rgb(97,61,46); }
H1.HeaderClassName
{
color: #613D2E;
}
.AnyTagClassName
{
color: #613D2E;
}
</style>
background-color css
<style>
a { background-color: #613D2E; }
a { background-color: rgb(97,61,46); }
div.DivClassName
{
background-color: #613D2E;
}
.BgClassName
{
background-color: #613D2E;
}
</style>
border-color css
<style>
span { border-color: #613D2E; }
span { border-color: rgb(97,61,46); }
td.TdClassName
{
border-color: #613D2E;
}
.TagClassName
{
border-color: #613D2E;
}
</style>