Shades of Cioccolato #613D33
Tints of Cioccolato #613D33
RGB
CMYK
RGB Variations
Color information
#613D33 (or 0x613D33) is known color: Cioccolato. HEX triplet: 61, 3D and 33. RGB value is (97,61,51). Sum of RGB (Red+Green+Blue) = 97+61+51=209 (27% of max value = 765). Red value is 97 (38.28% from 255 or 46.41% from 209); Green value is 61 (24.22% from 255 or 29.19% from 209); Blue value is 51 (20.31% from 255 or 24.40% from 209); Max value from RGB is 97 - color contains mainly: red. Hex color #613D33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613D33 is #9EC2CC. Grayscale: #464646. Windows color (decimal): -10404557 or 3358049. OLE color: 3358049.
HSL color Cylindrical-coordinate representation of color #613D33: hue angle of 13.04º degrees, saturation: 0.31, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #613D33 is Cyan = 0, Magento = 0.37, Yellow = 0.47 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 61 | 51 | - |
| CMYK | 0 | 0.37 | 0.47 | 0.62 |
| HSL | 13.04º | 0.31% | 0.29% | - |
| HSV(B) | 13.04º | 0.47% | 0.38% | - |
| XYZ | 7.2 | 6.12 | 3.93 | - |
| YUV | 70.62 | 116.93 | 146.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 61 | 51 | 0 | 0.37 | 0.47 | 0.62 | 13.04 | 0.31 | 0.29 |
| Hex | 61 | 3D | 33 | 0 | 25 | 2F | 3E | D | 1F | 1D |
| Octal | 141 | 75 | 63 | 0 | 45 | 57 | 76 | 15 | 37 | 35 |
| Binary | 1100001 | 111101 | 110011 | 0 | 100101 | 101111 | 111110 | 1101 | 11111 | 11101 |
Color Harmonies of #613D33
Complementary color
Monochromatic Colors of #613D33
Black with #613D33
Text Example
Text Example
White with #613D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613D33; }
p { color: rgb(97,61,51); }
H1.HeaderClassName
{
color: #613D33;
}
.AnyTagClassName
{
color: #613D33;
}
</style>
background-color css
<style>
a { background-color: #613D33; }
a { background-color: rgb(97,61,51); }
div.DivClassName
{
background-color: #613D33;
}
.BgClassName
{
background-color: #613D33;
}
</style>
border-color css
<style>
span { border-color: #613D33; }
span { border-color: rgb(97,61,51); }
td.TdClassName
{
border-color: #613D33;
}
.TagClassName
{
border-color: #613D33;
}
</style>