Shades of Cioccolato #653E30
Tints of Cioccolato #653E30
RGB
CMYK
RGB Variations
Color information
#653E30 (or 0x653E30) is known color: Cioccolato. HEX triplet: 65, 3E and 30. RGB value is (101,62,48). Sum of RGB (Red+Green+Blue) = 101+62+48=211 (27% of max value = 765). Red value is 101 (39.84% from 255 or 47.87% from 211); Green value is 62 (24.61% from 255 or 29.38% from 211); Blue value is 48 (19.14% from 255 or 22.75% from 211); Max value from RGB is 101 - color contains mainly: red. Hex color #653E30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #653E30 is #9AC1CF. Grayscale: #484848. Windows color (decimal): -10142160 or 3161701. OLE color: 3161701.
HSL color Cylindrical-coordinate representation of color #653E30: hue angle of 15.85º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #653E30 is Cyan = 0, Magento = 0.39, Yellow = 0.52 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 62 | 48 | - |
| CMYK | 0 | 0.39 | 0.52 | 0.60 |
| HSL | 15.85º | 0.36% | 0.29% | - |
| HSV(B) | 15.85º | 0.52% | 0.4% | - |
| XYZ | 7.62 | 6.43 | 3.63 | - |
| YUV | 72.07 | 114.42 | 148.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 62 | 48 | 0 | 0.39 | 0.52 | 0.60 | 15.85 | 0.36 | 0.29 |
| Hex | 65 | 3E | 30 | 0 | 27 | 34 | 3C | 10 | 24 | 1D |
| Octal | 145 | 76 | 60 | 0 | 47 | 64 | 74 | 20 | 44 | 35 |
| Binary | 1100101 | 111110 | 110000 | 0 | 100111 | 110100 | 111100 | 10000 | 100100 | 11101 |
Color Harmonies of #653E30
Complementary color
Monochromatic Colors of #653E30
Black with #653E30
Text Example
Text Example
White with #653E30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653E30; }
p { color: rgb(101,62,48); }
H1.HeaderClassName
{
color: #653E30;
}
.AnyTagClassName
{
color: #653E30;
}
</style>
background-color css
<style>
a { background-color: #653E30; }
a { background-color: rgb(101,62,48); }
div.DivClassName
{
background-color: #653E30;
}
.BgClassName
{
background-color: #653E30;
}
</style>
border-color css
<style>
span { border-color: #653E30; }
span { border-color: rgb(101,62,48); }
td.TdClassName
{
border-color: #653E30;
}
.TagClassName
{
border-color: #653E30;
}
</style>