Shades of Cioccolato #683E2F
Tints of Cioccolato #683E2F
RGB
CMYK
RGB Variations
Color information
#683E2F (or 0x683E2F) is known color: Cioccolato. HEX triplet: 68, 3E and 2F. RGB value is (104,62,47). Sum of RGB (Red+Green+Blue) = 104+62+47=213 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.83% from 213); Green value is 62 (24.61% from 255 or 29.11% from 213); Blue value is 47 (18.75% from 255 or 22.07% from 213); Max value from RGB is 104 - color contains mainly: red. Hex color #683E2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #683E2F is #97C1D0. Grayscale: #484848. Windows color (decimal): -9945553 or 3096168. OLE color: 3096168.
HSL color Cylindrical-coordinate representation of color #683E2F: hue angle of 15.79º degrees, saturation: 0.38, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #683E2F is Cyan = 0, Magento = 0.40, Yellow = 0.55 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 62 | 47 | - |
| CMYK | 0 | 0.40 | 0.55 | 0.59 |
| HSL | 15.79º | 0.38% | 0.3% | - |
| HSV(B) | 15.79º | 0.55% | 0.41% | - |
| XYZ | 7.94 | 6.59 | 3.54 | - |
| YUV | 72.85 | 113.41 | 150.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 62 | 47 | 0 | 0.40 | 0.55 | 0.59 | 15.79 | 0.38 | 0.3 |
| Hex | 68 | 3E | 2F | 0 | 28 | 37 | 3B | 10 | 26 | 1E |
| Octal | 150 | 76 | 57 | 0 | 50 | 67 | 73 | 20 | 46 | 36 |
| Binary | 1101000 | 111110 | 101111 | 0 | 101000 | 110111 | 111011 | 10000 | 100110 | 11110 |
Color Harmonies of #683E2F
Complementary color
Monochromatic Colors of #683E2F
Black with #683E2F
Text Example
Text Example
White with #683E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683E2F; }
p { color: rgb(104,62,47); }
H1.HeaderClassName
{
color: #683E2F;
}
.AnyTagClassName
{
color: #683E2F;
}
</style>
background-color css
<style>
a { background-color: #683E2F; }
a { background-color: rgb(104,62,47); }
div.DivClassName
{
background-color: #683E2F;
}
.BgClassName
{
background-color: #683E2F;
}
</style>
border-color css
<style>
span { border-color: #683E2F; }
span { border-color: rgb(104,62,47); }
td.TdClassName
{
border-color: #683E2F;
}
.TagClassName
{
border-color: #683E2F;
}
</style>