Shades of Cioccolato #663F32
Tints of Cioccolato #663F32
RGB
CMYK
RGB Variations
Color information
#663F32 (or 0x663F32) is known color: Cioccolato. HEX triplet: 66, 3F and 32. RGB value is (102,63,50). Sum of RGB (Red+Green+Blue) = 102+63+50=215 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.44% from 215); Green value is 63 (25% from 255 or 29.30% from 215); Blue value is 50 (19.92% from 255 or 23.26% from 215); Max value from RGB is 102 - color contains mainly: red. Hex color #663F32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663F32 is #99C0CD. Grayscale: #494949. Windows color (decimal): -10076366 or 3293030. OLE color: 3293030.
HSL color Cylindrical-coordinate representation of color #663F32: hue angle of 15º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #663F32 is Cyan = 0, Magento = 0.38, Yellow = 0.51 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 63 | 50 | - |
| CMYK | 0 | 0.38 | 0.51 | 0.6 |
| HSL | 15º | 0.34% | 0.3% | - |
| HSV(B) | 15º | 0.51% | 0.4% | - |
| XYZ | 7.83 | 6.61 | 3.88 | - |
| YUV | 73.18 | 114.92 | 148.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 63 | 50 | 0 | 0.38 | 0.51 | 0.6 | 15 | 0.34 | 0.3 |
| Hex | 66 | 3F | 32 | 0 | 26 | 33 | 3C | F | 22 | 1E |
| Octal | 146 | 77 | 62 | 0 | 46 | 63 | 74 | 17 | 42 | 36 |
| Binary | 1100110 | 111111 | 110010 | 0 | 100110 | 110011 | 111100 | 1111 | 100010 | 11110 |
Color Harmonies of #663F32
Complementary color
Monochromatic Colors of #663F32
Black with #663F32
Text Example
Text Example
White with #663F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663F32; }
p { color: rgb(102,63,50); }
H1.HeaderClassName
{
color: #663F32;
}
.AnyTagClassName
{
color: #663F32;
}
</style>
background-color css
<style>
a { background-color: #663F32; }
a { background-color: rgb(102,63,50); }
div.DivClassName
{
background-color: #663F32;
}
.BgClassName
{
background-color: #663F32;
}
</style>
border-color css
<style>
span { border-color: #663F32; }
span { border-color: rgb(102,63,50); }
td.TdClassName
{
border-color: #663F32;
}
.TagClassName
{
border-color: #663F32;
}
</style>