Shades of Cioccolato #663C2F
Tints of Cioccolato #663C2F
RGB
CMYK
RGB Variations
Color information
#663C2F (or 0x663C2F) is known color: Cioccolato. HEX triplet: 66, 3C and 2F. RGB value is (102,60,47). Sum of RGB (Red+Green+Blue) = 102+60+47=209 (27% of max value = 765). Red value is 102 (40.23% from 255 or 48.80% from 209); Green value is 60 (23.83% from 255 or 28.71% from 209); Blue value is 47 (18.75% from 255 or 22.49% from 209); Max value from RGB is 102 - color contains mainly: red. Hex color #663C2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663C2F is #99C3D0. Grayscale: #474747. Windows color (decimal): -10077137 or 3095654. OLE color: 3095654.
HSL color Cylindrical-coordinate representation of color #663C2F: hue angle of 14.18º degrees, saturation: 0.37, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #663C2F is Cyan = 0, Magento = 0.41, Yellow = 0.54 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 60 | 47 | - |
| CMYK | 0 | 0.41 | 0.54 | 0.6 |
| HSL | 14.18º | 0.37% | 0.29% | - |
| HSV(B) | 14.18º | 0.54% | 0.4% | - |
| XYZ | 7.61 | 6.26 | 3.5 | - |
| YUV | 71.08 | 114.41 | 150.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 60 | 47 | 0 | 0.41 | 0.54 | 0.6 | 14.18 | 0.37 | 0.29 |
| Hex | 66 | 3C | 2F | 0 | 29 | 36 | 3C | E | 25 | 1D |
| Octal | 146 | 74 | 57 | 0 | 51 | 66 | 74 | 16 | 45 | 35 |
| Binary | 1100110 | 111100 | 101111 | 0 | 101001 | 110110 | 111100 | 1110 | 100101 | 11101 |
Color Harmonies of #663C2F
Complementary color
Monochromatic Colors of #663C2F
Black with #663C2F
Text Example
Text Example
White with #663C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663C2F; }
p { color: rgb(102,60,47); }
H1.HeaderClassName
{
color: #663C2F;
}
.AnyTagClassName
{
color: #663C2F;
}
</style>
background-color css
<style>
a { background-color: #663C2F; }
a { background-color: rgb(102,60,47); }
div.DivClassName
{
background-color: #663C2F;
}
.BgClassName
{
background-color: #663C2F;
}
</style>
border-color css
<style>
span { border-color: #663C2F; }
span { border-color: rgb(102,60,47); }
td.TdClassName
{
border-color: #663C2F;
}
.TagClassName
{
border-color: #663C2F;
}
</style>