Shades of Cioccolato #663F30
Tints of Cioccolato #663F30
RGB
CMYK
RGB Variations
Color information
#663F30 (or 0x663F30) is known color: Cioccolato. HEX triplet: 66, 3F and 30. RGB value is (102,63,48). Sum of RGB (Red+Green+Blue) = 102+63+48=213 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.89% from 213); Green value is 63 (25% from 255 or 29.58% from 213); Blue value is 48 (19.14% from 255 or 22.54% from 213); Max value from RGB is 102 - color contains mainly: red. Hex color #663F30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663F30 is #99C0CF. Grayscale: #494949. Windows color (decimal): -10076368 or 3161958. OLE color: 3161958.
HSL color Cylindrical-coordinate representation of color #663F30: hue angle of 16.67º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #663F30 is Cyan = 0, Magento = 0.38, Yellow = 0.53 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 63 | 48 | - |
| CMYK | 0 | 0.38 | 0.53 | 0.6 |
| HSL | 16.67º | 0.36% | 0.29% | - |
| HSV(B) | 16.67º | 0.53% | 0.4% | - |
| XYZ | 7.79 | 6.59 | 3.66 | - |
| YUV | 72.95 | 113.92 | 148.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 63 | 48 | 0 | 0.38 | 0.53 | 0.6 | 16.67 | 0.36 | 0.29 |
| Hex | 66 | 3F | 30 | 0 | 26 | 35 | 3C | 11 | 24 | 1D |
| Octal | 146 | 77 | 60 | 0 | 46 | 65 | 74 | 21 | 44 | 35 |
| Binary | 1100110 | 111111 | 110000 | 0 | 100110 | 110101 | 111100 | 10001 | 100100 | 11101 |
Color Harmonies of #663F30
Complementary color
Monochromatic Colors of #663F30
Black with #663F30
Text Example
Text Example
White with #663F30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663F30; }
p { color: rgb(102,63,48); }
H1.HeaderClassName
{
color: #663F30;
}
.AnyTagClassName
{
color: #663F30;
}
</style>
background-color css
<style>
a { background-color: #663F30; }
a { background-color: rgb(102,63,48); }
div.DivClassName
{
background-color: #663F30;
}
.BgClassName
{
background-color: #663F30;
}
</style>
border-color css
<style>
span { border-color: #663F30; }
span { border-color: rgb(102,63,48); }
td.TdClassName
{
border-color: #663F30;
}
.TagClassName
{
border-color: #663F30;
}
</style>