Shades of Cioccolato #663E2E
Tints of Cioccolato #663E2E
RGB
CMYK
RGB Variations
Color information
#663E2E (or 0x663E2E) is known color: Cioccolato. HEX triplet: 66, 3E and 2E. RGB value is (102,62,46). Sum of RGB (Red+Green+Blue) = 102+62+46=210 (27% of max value = 765). Red value is 102 (40.23% from 255 or 48.57% from 210); Green value is 62 (24.61% from 255 or 29.52% from 210); Blue value is 46 (18.36% from 255 or 21.90% from 210); Max value from RGB is 102 - color contains mainly: red. Hex color #663E2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663E2E is #99C1D1. Grayscale: #484848. Windows color (decimal): -10076626 or 3030630. OLE color: 3030630.
HSL color Cylindrical-coordinate representation of color #663E2E: hue angle of 17.14º degrees, saturation: 0.38, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #663E2E is Cyan = 0, Magento = 0.39, Yellow = 0.55 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 62 | 46 | - |
| CMYK | 0 | 0.39 | 0.55 | 0.6 |
| HSL | 17.14º | 0.38% | 0.29% | - |
| HSV(B) | 17.14º | 0.55% | 0.4% | - |
| XYZ | 7.7 | 6.47 | 3.43 | - |
| YUV | 72.14 | 113.25 | 149.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 62 | 46 | 0 | 0.39 | 0.55 | 0.6 | 17.14 | 0.38 | 0.29 |
| Hex | 66 | 3E | 2E | 0 | 27 | 37 | 3C | 11 | 26 | 1D |
| Octal | 146 | 76 | 56 | 0 | 47 | 67 | 74 | 21 | 46 | 35 |
| Binary | 1100110 | 111110 | 101110 | 0 | 100111 | 110111 | 111100 | 10001 | 100110 | 11101 |
Color Harmonies of #663E2E
Complementary color
Monochromatic Colors of #663E2E
Black with #663E2E
Text Example
Text Example
White with #663E2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663E2E; }
p { color: rgb(102,62,46); }
H1.HeaderClassName
{
color: #663E2E;
}
.AnyTagClassName
{
color: #663E2E;
}
</style>
background-color css
<style>
a { background-color: #663E2E; }
a { background-color: rgb(102,62,46); }
div.DivClassName
{
background-color: #663E2E;
}
.BgClassName
{
background-color: #663E2E;
}
</style>
border-color css
<style>
span { border-color: #663E2E; }
span { border-color: rgb(102,62,46); }
td.TdClassName
{
border-color: #663E2E;
}
.TagClassName
{
border-color: #663E2E;
}
</style>