Shades of Cioccolato #613C2C
Tints of Cioccolato #613C2C
RGB
CMYK
RGB Variations
Color information
#613C2C (or 0x613C2C) is known color: Cioccolato. HEX triplet: 61, 3C and 2C. RGB value is (97,60,44). Sum of RGB (Red+Green+Blue) = 97+60+44=201 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.26% from 201); Green value is 60 (23.83% from 255 or 29.85% from 201); Blue value is 44 (17.58% from 255 or 21.89% from 201); Max value from RGB is 97 - color contains mainly: red. Hex color #613C2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613C2C is #9EC3D3. Grayscale: #454545. Windows color (decimal): -10404820 or 2899041. OLE color: 2899041.
HSL color Cylindrical-coordinate representation of color #613C2C: hue angle of 18.11º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #613C2C is Cyan = 0, Magento = 0.38, Yellow = 0.55 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 60 | 44 | - |
| CMYK | 0 | 0.38 | 0.55 | 0.62 |
| HSL | 18.11º | 0.38% | 0.28% | - |
| HSV(B) | 18.11º | 0.55% | 0.38% | - |
| XYZ | 7 | 5.95 | 3.16 | - |
| YUV | 69.24 | 113.76 | 147.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 60 | 44 | 0 | 0.38 | 0.55 | 0.62 | 18.11 | 0.38 | 0.28 |
| Hex | 61 | 3C | 2C | 0 | 26 | 37 | 3E | 12 | 26 | 1C |
| Octal | 141 | 74 | 54 | 0 | 46 | 67 | 76 | 22 | 46 | 34 |
| Binary | 1100001 | 111100 | 101100 | 0 | 100110 | 110111 | 111110 | 10010 | 100110 | 11100 |
Color Harmonies of #613C2C
Complementary color
Monochromatic Colors of #613C2C
Black with #613C2C
Text Example
Text Example
White with #613C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613C2C; }
p { color: rgb(97,60,44); }
H1.HeaderClassName
{
color: #613C2C;
}
.AnyTagClassName
{
color: #613C2C;
}
</style>
background-color css
<style>
a { background-color: #613C2C; }
a { background-color: rgb(97,60,44); }
div.DivClassName
{
background-color: #613C2C;
}
.BgClassName
{
background-color: #613C2C;
}
</style>
border-color css
<style>
span { border-color: #613C2C; }
span { border-color: rgb(97,60,44); }
td.TdClassName
{
border-color: #613C2C;
}
.TagClassName
{
border-color: #613C2C;
}
</style>