Shades of Cioccolato #653D2A
Tints of Cioccolato #653D2A
RGB
CMYK
RGB Variations
Color information
#653D2A (or 0x653D2A) is known color: Cioccolato. HEX triplet: 65, 3D and 2A. RGB value is (101,61,42). Sum of RGB (Red+Green+Blue) = 101+61+42=204 (27% of max value = 765). Red value is 101 (39.84% from 255 or 49.51% from 204); Green value is 61 (24.22% from 255 or 29.90% from 204); Blue value is 42 (16.80% from 255 or 20.59% from 204); Max value from RGB is 101 - color contains mainly: red. Hex color #653D2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #653D2A is #9AC2D5. Grayscale: #464646. Windows color (decimal): -10142422 or 2768229. OLE color: 2768229.
HSL color Cylindrical-coordinate representation of color #653D2A: hue angle of 19.32º degrees, saturation: 0.41, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #653D2A is Cyan = 0, Magento = 0.40, Yellow = 0.58 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 61 | 42 | - |
| CMYK | 0 | 0.40 | 0.58 | 0.60 |
| HSL | 19.32º | 0.41% | 0.28% | - |
| HSV(B) | 19.32º | 0.58% | 0.4% | - |
| XYZ | 7.45 | 6.27 | 3.01 | - |
| YUV | 70.79 | 111.75 | 149.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 61 | 42 | 0 | 0.40 | 0.58 | 0.60 | 19.32 | 0.41 | 0.28 |
| Hex | 65 | 3D | 2A | 0 | 28 | 3A | 3C | 13 | 29 | 1C |
| Octal | 145 | 75 | 52 | 0 | 50 | 72 | 74 | 23 | 51 | 34 |
| Binary | 1100101 | 111101 | 101010 | 0 | 101000 | 111010 | 111100 | 10011 | 101001 | 11100 |
Color Harmonies of #653D2A
Complementary color
Monochromatic Colors of #653D2A
Black with #653D2A
Text Example
Text Example
White with #653D2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653D2A; }
p { color: rgb(101,61,42); }
H1.HeaderClassName
{
color: #653D2A;
}
.AnyTagClassName
{
color: #653D2A;
}
</style>
background-color css
<style>
a { background-color: #653D2A; }
a { background-color: rgb(101,61,42); }
div.DivClassName
{
background-color: #653D2A;
}
.BgClassName
{
background-color: #653D2A;
}
</style>
border-color css
<style>
span { border-color: #653D2A; }
span { border-color: rgb(101,61,42); }
td.TdClassName
{
border-color: #653D2A;
}
.TagClassName
{
border-color: #653D2A;
}
</style>