Shades of Cioccolato #653F33
Tints of Cioccolato #653F33
RGB
CMYK
RGB Variations
Color information
#653F33 (or 0x653F33) is known color: Cioccolato. HEX triplet: 65, 3F and 33. RGB value is (101,63,51). Sum of RGB (Red+Green+Blue) = 101+63+51=215 (28% of max value = 765). Red value is 101 (39.84% from 255 or 46.98% from 215); Green value is 63 (25% from 255 or 29.30% from 215); Blue value is 51 (20.31% from 255 or 23.72% from 215); Max value from RGB is 101 - color contains mainly: red. Hex color #653F33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #653F33 is #9AC0CC. Grayscale: #494949. Windows color (decimal): -10141901 or 3358565. OLE color: 3358565.
HSL color Cylindrical-coordinate representation of color #653F33: hue angle of 14.4º degrees, saturation: 0.33, 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 #653F33 is Cyan = 0, Magento = 0.38, Yellow = 0.50 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 63 | 51 | - |
| CMYK | 0 | 0.38 | 0.50 | 0.60 |
| HSL | 14.4º | 0.33% | 0.3% | - |
| HSV(B) | 14.4º | 0.5% | 0.4% | - |
| XYZ | 7.74 | 6.56 | 3.99 | - |
| YUV | 72.99 | 115.59 | 147.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 63 | 51 | 0 | 0.38 | 0.50 | 0.60 | 14.4 | 0.33 | 0.3 |
| Hex | 65 | 3F | 33 | 0 | 26 | 32 | 3C | E | 21 | 1E |
| Octal | 145 | 77 | 63 | 0 | 46 | 62 | 74 | 16 | 41 | 36 |
| Binary | 1100101 | 111111 | 110011 | 0 | 100110 | 110010 | 111100 | 1110 | 100001 | 11110 |
Color Harmonies of #653F33
Complementary color
Monochromatic Colors of #653F33
Black with #653F33
Text Example
Text Example
White with #653F33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653F33; }
p { color: rgb(101,63,51); }
H1.HeaderClassName
{
color: #653F33;
}
.AnyTagClassName
{
color: #653F33;
}
</style>
background-color css
<style>
a { background-color: #653F33; }
a { background-color: rgb(101,63,51); }
div.DivClassName
{
background-color: #653F33;
}
.BgClassName
{
background-color: #653F33;
}
</style>
border-color css
<style>
span { border-color: #653F33; }
span { border-color: rgb(101,63,51); }
td.TdClassName
{
border-color: #653F33;
}
.TagClassName
{
border-color: #653F33;
}
</style>