Shades of Cioccolato #613D34
Tints of Cioccolato #613D34
RGB
CMYK
RGB Variations
Color information
#613D34 (or 0x613D34) is known color: Cioccolato. HEX triplet: 61, 3D and 34. RGB value is (97,61,52). Sum of RGB (Red+Green+Blue) = 97+61+52=210 (27% of max value = 765). Red value is 97 (38.28% from 255 or 46.19% from 210); Green value is 61 (24.22% from 255 or 29.05% from 210); Blue value is 52 (20.70% from 255 or 24.76% from 210); Max value from RGB is 97 - color contains mainly: red. Hex color #613D34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613D34 is #9EC2CB. Grayscale: #464646. Windows color (decimal): -10404556 or 3423585. OLE color: 3423585.
HSL color Cylindrical-coordinate representation of color #613D34: hue angle of 12º 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 #613D34 is Cyan = 0, Magento = 0.37, Yellow = 0.46 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 61 | 52 | - |
| CMYK | 0 | 0.37 | 0.46 | 0.62 |
| HSL | 12º | 0.3% | 0.29% | - |
| HSV(B) | 12º | 0.46% | 0.38% | - |
| XYZ | 7.22 | 6.13 | 4.05 | - |
| YUV | 70.74 | 117.43 | 146.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 61 | 52 | 0 | 0.37 | 0.46 | 0.62 | 12 | 0.3 | 0.29 |
| Hex | 61 | 3D | 34 | 0 | 25 | 2E | 3E | C | 1E | 1D |
| Octal | 141 | 75 | 64 | 0 | 45 | 56 | 76 | 14 | 36 | 35 |
| Binary | 1100001 | 111101 | 110100 | 0 | 100101 | 101110 | 111110 | 1100 | 11110 | 11101 |
Color Harmonies of #613D34
Complementary color
Monochromatic Colors of #613D34
Black with #613D34
Text Example
Text Example
White with #613D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613D34; }
p { color: rgb(97,61,52); }
H1.HeaderClassName
{
color: #613D34;
}
.AnyTagClassName
{
color: #613D34;
}
</style>
background-color css
<style>
a { background-color: #613D34; }
a { background-color: rgb(97,61,52); }
div.DivClassName
{
background-color: #613D34;
}
.BgClassName
{
background-color: #613D34;
}
</style>
border-color css
<style>
span { border-color: #613D34; }
span { border-color: rgb(97,61,52); }
td.TdClassName
{
border-color: #613D34;
}
.TagClassName
{
border-color: #613D34;
}
</style>