Shades of Cioccolato #66402F
Tints of Cioccolato #66402F
RGB
CMYK
RGB Variations
Color information
#66402F (or 0x66402F) is known color: Cioccolato. HEX triplet: 66, 40 and 2F. RGB value is (102,64,47). Sum of RGB (Red+Green+Blue) = 102+64+47=213 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.89% from 213); Green value is 64 (25.39% from 255 or 30.05% from 213); Blue value is 47 (18.75% from 255 or 22.07% from 213); Max value from RGB is 102 - color contains mainly: red. Hex color #66402F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66402F is #99BFD0. Grayscale: #494949. Windows color (decimal): -10076113 or 3096678. OLE color: 3096678.
HSL color Cylindrical-coordinate representation of color #66402F: hue angle of 18.55º 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 #66402F is Cyan = 0, Magento = 0.37, Yellow = 0.54 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 64 | 47 | - |
| CMYK | 0 | 0.37 | 0.54 | 0.6 |
| HSL | 18.55º | 0.37% | 0.29% | - |
| HSV(B) | 18.55º | 0.54% | 0.4% | - |
| XYZ | 7.83 | 6.7 | 3.57 | - |
| YUV | 73.42 | 113.09 | 148.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 64 | 47 | 0 | 0.37 | 0.54 | 0.6 | 18.55 | 0.37 | 0.29 |
| Hex | 66 | 40 | 2F | 0 | 25 | 36 | 3C | 13 | 25 | 1D |
| Octal | 146 | 100 | 57 | 0 | 45 | 66 | 74 | 23 | 45 | 35 |
| Binary | 1100110 | 1000000 | 101111 | 0 | 100101 | 110110 | 111100 | 10011 | 100101 | 11101 |
Color Harmonies of #66402F
Complementary color
Monochromatic Colors of #66402F
Black with #66402F
Text Example
Text Example
White with #66402F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66402F; }
p { color: rgb(102,64,47); }
H1.HeaderClassName
{
color: #66402F;
}
.AnyTagClassName
{
color: #66402F;
}
</style>
background-color css
<style>
a { background-color: #66402F; }
a { background-color: rgb(102,64,47); }
div.DivClassName
{
background-color: #66402F;
}
.BgClassName
{
background-color: #66402F;
}
</style>
border-color css
<style>
span { border-color: #66402F; }
span { border-color: rgb(102,64,47); }
td.TdClassName
{
border-color: #66402F;
}
.TagClassName
{
border-color: #66402F;
}
</style>