Shades of Cioccolato #653C31
Tints of Cioccolato #653C31
RGB
CMYK
RGB Variations
Color information
#653C31 (or 0x653C31) is known color: Cioccolato. HEX triplet: 65, 3C and 31. RGB value is (101,60,49). Sum of RGB (Red+Green+Blue) = 101+60+49=210 (27% of max value = 765). Red value is 101 (39.84% from 255 or 48.10% from 210); Green value is 60 (23.83% from 255 or 28.57% from 210); Blue value is 49 (19.53% from 255 or 23.33% from 210); Max value from RGB is 101 - color contains mainly: red. Hex color #653C31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #653C31 is #9AC3CE. Grayscale: #474747. Windows color (decimal): -10142671 or 3226725. OLE color: 3226725.
HSL color Cylindrical-coordinate representation of color #653C31: hue angle of 12.69º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #653C31 is Cyan = 0, Magento = 0.41, Yellow = 0.51 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 60 | 49 | - |
| CMYK | 0 | 0.41 | 0.51 | 0.60 |
| HSL | 12.69º | 0.35% | 0.29% | - |
| HSV(B) | 12.69º | 0.51% | 0.4% | - |
| XYZ | 7.54 | 6.22 | 3.71 | - |
| YUV | 71.01 | 115.58 | 149.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 60 | 49 | 0 | 0.41 | 0.51 | 0.60 | 12.69 | 0.35 | 0.29 |
| Hex | 65 | 3C | 31 | 0 | 29 | 33 | 3C | D | 23 | 1D |
| Octal | 145 | 74 | 61 | 0 | 51 | 63 | 74 | 15 | 43 | 35 |
| Binary | 1100101 | 111100 | 110001 | 0 | 101001 | 110011 | 111100 | 1101 | 100011 | 11101 |
Color Harmonies of #653C31
Complementary color
Monochromatic Colors of #653C31
Black with #653C31
Text Example
Text Example
White with #653C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653C31; }
p { color: rgb(101,60,49); }
H1.HeaderClassName
{
color: #653C31;
}
.AnyTagClassName
{
color: #653C31;
}
</style>
background-color css
<style>
a { background-color: #653C31; }
a { background-color: rgb(101,60,49); }
div.DivClassName
{
background-color: #653C31;
}
.BgClassName
{
background-color: #653C31;
}
</style>
border-color css
<style>
span { border-color: #653C31; }
span { border-color: rgb(101,60,49); }
td.TdClassName
{
border-color: #653C31;
}
.TagClassName
{
border-color: #653C31;
}
</style>