Shades of Cioccolato #663C2C
Tints of Cioccolato #663C2C
RGB
CMYK
RGB Variations
Color information
#663C2C (or 0x663C2C) is known color: Cioccolato. HEX triplet: 66, 3C and 2C. RGB value is (102,60,44). Sum of RGB (Red+Green+Blue) = 102+60+44=206 (27% of max value = 765). Red value is 102 (40.23% from 255 or 49.51% from 206); Green value is 60 (23.83% from 255 or 29.13% from 206); Blue value is 44 (17.58% from 255 or 21.36% from 206); Max value from RGB is 102 - color contains mainly: red. Hex color #663C2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663C2C is #99C3D3. Grayscale: #464646. Windows color (decimal): -10077140 or 2899046. OLE color: 2899046.
HSL color Cylindrical-coordinate representation of color #663C2C: hue angle of 16.55º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #663C2C is Cyan = 0, Magento = 0.41, Yellow = 0.57 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 60 | 44 | - |
| CMYK | 0 | 0.41 | 0.57 | 0.6 |
| HSL | 16.55º | 0.4% | 0.29% | - |
| HSV(B) | 16.55º | 0.57% | 0.4% | - |
| XYZ | 7.55 | 6.24 | 3.19 | - |
| YUV | 70.73 | 112.91 | 150.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 60 | 44 | 0 | 0.41 | 0.57 | 0.6 | 16.55 | 0.4 | 0.29 |
| Hex | 66 | 3C | 2C | 0 | 29 | 39 | 3C | 11 | 28 | 1D |
| Octal | 146 | 74 | 54 | 0 | 51 | 71 | 74 | 21 | 50 | 35 |
| Binary | 1100110 | 111100 | 101100 | 0 | 101001 | 111001 | 111100 | 10001 | 101000 | 11101 |
Color Harmonies of #663C2C
Complementary color
Monochromatic Colors of #663C2C
Black with #663C2C
Text Example
Text Example
White with #663C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663C2C; }
p { color: rgb(102,60,44); }
H1.HeaderClassName
{
color: #663C2C;
}
.AnyTagClassName
{
color: #663C2C;
}
</style>
background-color css
<style>
a { background-color: #663C2C; }
a { background-color: rgb(102,60,44); }
div.DivClassName
{
background-color: #663C2C;
}
.BgClassName
{
background-color: #663C2C;
}
</style>
border-color css
<style>
span { border-color: #663C2C; }
span { border-color: rgb(102,60,44); }
td.TdClassName
{
border-color: #663C2C;
}
.TagClassName
{
border-color: #663C2C;
}
</style>