Shades of Cioccolato #653D2B
Tints of Cioccolato #653D2B
RGB
CMYK
RGB Variations
Color information
#653D2B (or 0x653D2B) is known color: Cioccolato. HEX triplet: 65, 3D and 2B. RGB value is (101,61,43). Sum of RGB (Red+Green+Blue) = 101+61+43=205 (27% of max value = 765). Red value is 101 (39.84% from 255 or 49.27% from 205); Green value is 61 (24.22% from 255 or 29.76% from 205); Blue value is 43 (17.19% from 255 or 20.98% from 205); Max value from RGB is 101 - color contains mainly: red. Hex color #653D2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #653D2B is #9AC2D4. Grayscale: #474747. Windows color (decimal): -10142421 or 2833765. OLE color: 2833765.
HSL color Cylindrical-coordinate representation of color #653D2B: hue angle of 18.62º degrees, saturation: 0.4, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #653D2B is Cyan = 0, Magento = 0.40, Yellow = 0.57 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 61 | 43 | - |
| CMYK | 0 | 0.40 | 0.57 | 0.60 |
| HSL | 18.62º | 0.4% | 0.28% | - |
| HSV(B) | 18.62º | 0.57% | 0.4% | - |
| XYZ | 7.47 | 6.28 | 3.1 | - |
| YUV | 70.91 | 112.25 | 149.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 61 | 43 | 0 | 0.40 | 0.57 | 0.60 | 18.62 | 0.4 | 0.28 |
| Hex | 65 | 3D | 2B | 0 | 28 | 39 | 3C | 13 | 28 | 1C |
| Octal | 145 | 75 | 53 | 0 | 50 | 71 | 74 | 23 | 50 | 34 |
| Binary | 1100101 | 111101 | 101011 | 0 | 101000 | 111001 | 111100 | 10011 | 101000 | 11100 |
Color Harmonies of #653D2B
Complementary color
Monochromatic Colors of #653D2B
Black with #653D2B
Text Example
Text Example
White with #653D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653D2B; }
p { color: rgb(101,61,43); }
H1.HeaderClassName
{
color: #653D2B;
}
.AnyTagClassName
{
color: #653D2B;
}
</style>
background-color css
<style>
a { background-color: #653D2B; }
a { background-color: rgb(101,61,43); }
div.DivClassName
{
background-color: #653D2B;
}
.BgClassName
{
background-color: #653D2B;
}
</style>
border-color css
<style>
span { border-color: #653D2B; }
span { border-color: rgb(101,61,43); }
td.TdClassName
{
border-color: #653D2B;
}
.TagClassName
{
border-color: #653D2B;
}
</style>