Shades of Cioccolato #683D2E
Tints of Cioccolato #683D2E
RGB
CMYK
RGB Variations
Color information
#683D2E (or 0x683D2E) is known color: Cioccolato. HEX triplet: 68, 3D and 2E. RGB value is (104,61,46). Sum of RGB (Red+Green+Blue) = 104+61+46=211 (27% of max value = 765). Red value is 104 (41.02% from 255 or 49.29% from 211); Green value is 61 (24.22% from 255 or 28.91% from 211); Blue value is 46 (18.36% from 255 or 21.80% from 211); Max value from RGB is 104 - color contains mainly: red. Hex color #683D2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #683D2E is #97C2D1. Grayscale: #484848. Windows color (decimal): -9945810 or 3030376. OLE color: 3030376.
HSL color Cylindrical-coordinate representation of color #683D2E: hue angle of 15.52º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #683D2E is Cyan = 0, Magento = 0.41, Yellow = 0.56 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 61 | 46 | - |
| CMYK | 0 | 0.41 | 0.56 | 0.59 |
| HSL | 15.52º | 0.39% | 0.29% | - |
| HSV(B) | 15.52º | 0.56% | 0.41% | - |
| XYZ | 7.87 | 6.48 | 3.42 | - |
| YUV | 72.15 | 113.25 | 150.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 61 | 46 | 0 | 0.41 | 0.56 | 0.59 | 15.52 | 0.39 | 0.29 |
| Hex | 68 | 3D | 2E | 0 | 29 | 38 | 3B | 10 | 27 | 1D |
| Octal | 150 | 75 | 56 | 0 | 51 | 70 | 73 | 20 | 47 | 35 |
| Binary | 1101000 | 111101 | 101110 | 0 | 101001 | 111000 | 111011 | 10000 | 100111 | 11101 |
Color Harmonies of #683D2E
Complementary color
Monochromatic Colors of #683D2E
Black with #683D2E
Text Example
Text Example
White with #683D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683D2E; }
p { color: rgb(104,61,46); }
H1.HeaderClassName
{
color: #683D2E;
}
.AnyTagClassName
{
color: #683D2E;
}
</style>
background-color css
<style>
a { background-color: #683D2E; }
a { background-color: rgb(104,61,46); }
div.DivClassName
{
background-color: #683D2E;
}
.BgClassName
{
background-color: #683D2E;
}
</style>
border-color css
<style>
span { border-color: #683D2E; }
span { border-color: rgb(104,61,46); }
td.TdClassName
{
border-color: #683D2E;
}
.TagClassName
{
border-color: #683D2E;
}
</style>