Shades of Cioccolato #613D2D
Tints of Cioccolato #613D2D
RGB
CMYK
RGB Variations
Color information
#613D2D (or 0x613D2D) is known color: Cioccolato. HEX triplet: 61, 3D and 2D. RGB value is (97,61,45). Sum of RGB (Red+Green+Blue) = 97+61+45=203 (26% of max value = 765). Red value is 97 (38.28% from 255 or 47.78% from 203); Green value is 61 (24.22% from 255 or 30.05% from 203); Blue value is 45 (17.97% from 255 or 22.17% from 203); Max value from RGB is 97 - color contains mainly: red. Hex color #613D2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613D2D is #9EC2D2. Grayscale: #464646. Windows color (decimal): -10404563 or 2964833. OLE color: 2964833.
HSL color Cylindrical-coordinate representation of color #613D2D: hue angle of 18.46º degrees, saturation: 0.37, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #613D2D is Cyan = 0, Magento = 0.37, Yellow = 0.54 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 61 | 45 | - |
| CMYK | 0 | 0.37 | 0.54 | 0.62 |
| HSL | 18.46º | 0.37% | 0.28% | - |
| HSV(B) | 18.46º | 0.54% | 0.38% | - |
| XYZ | 7.07 | 6.07 | 3.28 | - |
| YUV | 69.94 | 113.93 | 147.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 61 | 45 | 0 | 0.37 | 0.54 | 0.62 | 18.46 | 0.37 | 0.28 |
| Hex | 61 | 3D | 2D | 0 | 25 | 36 | 3E | 12 | 25 | 1C |
| Octal | 141 | 75 | 55 | 0 | 45 | 66 | 76 | 22 | 45 | 34 |
| Binary | 1100001 | 111101 | 101101 | 0 | 100101 | 110110 | 111110 | 10010 | 100101 | 11100 |
Color Harmonies of #613D2D
Complementary color
Monochromatic Colors of #613D2D
Black with #613D2D
Text Example
Text Example
White with #613D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613D2D; }
p { color: rgb(97,61,45); }
H1.HeaderClassName
{
color: #613D2D;
}
.AnyTagClassName
{
color: #613D2D;
}
</style>
background-color css
<style>
a { background-color: #613D2D; }
a { background-color: rgb(97,61,45); }
div.DivClassName
{
background-color: #613D2D;
}
.BgClassName
{
background-color: #613D2D;
}
</style>
border-color css
<style>
span { border-color: #613D2D; }
span { border-color: rgb(97,61,45); }
td.TdClassName
{
border-color: #613D2D;
}
.TagClassName
{
border-color: #613D2D;
}
</style>