Shades of Cioccolato #613E32
Tints of Cioccolato #613E32
RGB
CMYK
RGB Variations
Color information
#613E32 (or 0x613E32) is known color: Cioccolato. HEX triplet: 61, 3E and 32. RGB value is (97,62,50). Sum of RGB (Red+Green+Blue) = 97+62+50=209 (27% of max value = 765). Red value is 97 (38.28% from 255 or 46.41% from 209); Green value is 62 (24.61% from 255 or 29.67% from 209); Blue value is 50 (19.92% from 255 or 23.92% from 209); Max value from RGB is 97 - color contains mainly: red. Hex color #613E32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613E32 is #9EC1CD. Grayscale: #474747. Windows color (decimal): -10404302 or 3292769. OLE color: 3292769.
HSL color Cylindrical-coordinate representation of color #613E32: hue angle of 15.32º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #613E32 is Cyan = 0, Magento = 0.36, Yellow = 0.48 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 62 | 50 | - |
| CMYK | 0 | 0.36 | 0.48 | 0.62 |
| HSL | 15.32º | 0.32% | 0.29% | - |
| HSV(B) | 15.32º | 0.48% | 0.38% | - |
| XYZ | 7.23 | 6.22 | 3.84 | - |
| YUV | 71.1 | 116.1 | 146.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 62 | 50 | 0 | 0.36 | 0.48 | 0.62 | 15.32 | 0.32 | 0.29 |
| Hex | 61 | 3E | 32 | 0 | 24 | 30 | 3E | F | 20 | 1D |
| Octal | 141 | 76 | 62 | 0 | 44 | 60 | 76 | 17 | 40 | 35 |
| Binary | 1100001 | 111110 | 110010 | 0 | 100100 | 110000 | 111110 | 1111 | 100000 | 11101 |
Color Harmonies of #613E32
Complementary color
Monochromatic Colors of #613E32
Black with #613E32
Text Example
Text Example
White with #613E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613E32; }
p { color: rgb(97,62,50); }
H1.HeaderClassName
{
color: #613E32;
}
.AnyTagClassName
{
color: #613E32;
}
</style>
background-color css
<style>
a { background-color: #613E32; }
a { background-color: rgb(97,62,50); }
div.DivClassName
{
background-color: #613E32;
}
.BgClassName
{
background-color: #613E32;
}
</style>
border-color css
<style>
span { border-color: #613E32; }
span { border-color: rgb(97,62,50); }
td.TdClassName
{
border-color: #613E32;
}
.TagClassName
{
border-color: #613E32;
}
</style>