Shades of Cioccolato #653E32
Tints of Cioccolato #653E32
RGB
CMYK
RGB Variations
Color information
#653E32 (or 0x653E32) is known color: Cioccolato. HEX triplet: 65, 3E and 32. RGB value is (101,62,50). Sum of RGB (Red+Green+Blue) = 101+62+50=213 (28% of max value = 765). Red value is 101 (39.84% from 255 or 47.42% from 213); Green value is 62 (24.61% from 255 or 29.11% from 213); Blue value is 50 (19.92% from 255 or 23.47% from 213); Max value from RGB is 101 - color contains mainly: red. Hex color #653E32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #653E32 is #9AC1CD. Grayscale: #484848. Windows color (decimal): -10142158 or 3292773. OLE color: 3292773.
HSL color Cylindrical-coordinate representation of color #653E32: hue angle of 14.12º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #653E32 is Cyan = 0, Magento = 0.39, Yellow = 0.50 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 62 | 50 | - |
| CMYK | 0 | 0.39 | 0.50 | 0.60 |
| HSL | 14.12º | 0.34% | 0.3% | - |
| HSV(B) | 14.12º | 0.5% | 0.4% | - |
| XYZ | 7.67 | 6.44 | 3.86 | - |
| YUV | 72.29 | 115.42 | 148.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 62 | 50 | 0 | 0.39 | 0.50 | 0.60 | 14.12 | 0.34 | 0.3 |
| Hex | 65 | 3E | 32 | 0 | 27 | 32 | 3C | E | 22 | 1E |
| Octal | 145 | 76 | 62 | 0 | 47 | 62 | 74 | 16 | 42 | 36 |
| Binary | 1100101 | 111110 | 110010 | 0 | 100111 | 110010 | 111100 | 1110 | 100010 | 11110 |
Color Harmonies of #653E32
Complementary color
Monochromatic Colors of #653E32
Black with #653E32
Text Example
Text Example
White with #653E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653E32; }
p { color: rgb(101,62,50); }
H1.HeaderClassName
{
color: #653E32;
}
.AnyTagClassName
{
color: #653E32;
}
</style>
background-color css
<style>
a { background-color: #653E32; }
a { background-color: rgb(101,62,50); }
div.DivClassName
{
background-color: #653E32;
}
.BgClassName
{
background-color: #653E32;
}
</style>
border-color css
<style>
span { border-color: #653E32; }
span { border-color: rgb(101,62,50); }
td.TdClassName
{
border-color: #653E32;
}
.TagClassName
{
border-color: #653E32;
}
</style>