Shades of Cioccolato #653D2D
Tints of Cioccolato #653D2D
RGB
CMYK
RGB Variations
Color information
#653D2D (or 0x653D2D) is known color: Cioccolato. HEX triplet: 65, 3D and 2D. RGB value is (101,61,45). Sum of RGB (Red+Green+Blue) = 101+61+45=207 (27% of max value = 765). Red value is 101 (39.84% from 255 or 48.79% from 207); Green value is 61 (24.22% from 255 or 29.47% from 207); Blue value is 45 (17.97% from 255 or 21.74% from 207); Max value from RGB is 101 - color contains mainly: red. Hex color #653D2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #653D2D is #9AC2D2. Grayscale: #474747. Windows color (decimal): -10142419 or 2964837. OLE color: 2964837.
HSL color Cylindrical-coordinate representation of color #653D2D: hue angle of 17.14º degrees, saturation: 0.38, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #653D2D is Cyan = 0, Magento = 0.40, Yellow = 0.55 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 61 | 45 | - |
| CMYK | 0 | 0.40 | 0.55 | 0.60 |
| HSL | 17.14º | 0.38% | 0.29% | - |
| HSV(B) | 17.14º | 0.55% | 0.4% | - |
| XYZ | 7.51 | 6.29 | 3.3 | - |
| YUV | 71.14 | 113.25 | 149.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 61 | 45 | 0 | 0.40 | 0.55 | 0.60 | 17.14 | 0.38 | 0.29 |
| Hex | 65 | 3D | 2D | 0 | 28 | 37 | 3C | 11 | 26 | 1D |
| Octal | 145 | 75 | 55 | 0 | 50 | 67 | 74 | 21 | 46 | 35 |
| Binary | 1100101 | 111101 | 101101 | 0 | 101000 | 110111 | 111100 | 10001 | 100110 | 11101 |
Color Harmonies of #653D2D
Complementary color
Monochromatic Colors of #653D2D
Black with #653D2D
Text Example
Text Example
White with #653D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653D2D; }
p { color: rgb(101,61,45); }
H1.HeaderClassName
{
color: #653D2D;
}
.AnyTagClassName
{
color: #653D2D;
}
</style>
background-color css
<style>
a { background-color: #653D2D; }
a { background-color: rgb(101,61,45); }
div.DivClassName
{
background-color: #653D2D;
}
.BgClassName
{
background-color: #653D2D;
}
</style>
border-color css
<style>
span { border-color: #653D2D; }
span { border-color: rgb(101,61,45); }
td.TdClassName
{
border-color: #653D2D;
}
.TagClassName
{
border-color: #653D2D;
}
</style>