Shades of Cioccolato #674031
Tints of Cioccolato #674031
RGB
CMYK
RGB Variations
Color information
#674031 (or 0x674031) is known color: Cioccolato. HEX triplet: 67, 40 and 31. RGB value is (103,64,49). Sum of RGB (Red+Green+Blue) = 103+64+49=216 (28% of max value = 765). Red value is 103 (40.62% from 255 or 47.69% from 216); Green value is 64 (25.39% from 255 or 29.63% from 216); Blue value is 49 (19.53% from 255 or 22.69% from 216); Max value from RGB is 103 - color contains mainly: red. Hex color #674031 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #674031 is #98BFCE. Grayscale: #4A4A4A. Windows color (decimal): -10010575 or 3227751. OLE color: 3227751.
HSL color Cylindrical-coordinate representation of color #674031: hue angle of 16.67º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #674031 is Cyan = 0, Magento = 0.38, Yellow = 0.52 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 64 | 49 | - |
| CMYK | 0 | 0.38 | 0.52 | 0.60 |
| HSL | 16.67º | 0.36% | 0.3% | - |
| HSV(B) | 16.67º | 0.52% | 0.4% | - |
| XYZ | 7.98 | 6.77 | 3.79 | - |
| YUV | 73.95 | 113.92 | 148.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 64 | 49 | 0 | 0.38 | 0.52 | 0.60 | 16.67 | 0.36 | 0.3 |
| Hex | 67 | 40 | 31 | 0 | 26 | 34 | 3C | 11 | 24 | 1E |
| Octal | 147 | 100 | 61 | 0 | 46 | 64 | 74 | 21 | 44 | 36 |
| Binary | 1100111 | 1000000 | 110001 | 0 | 100110 | 110100 | 111100 | 10001 | 100100 | 11110 |
Color Harmonies of #674031
Complementary color
Monochromatic Colors of #674031
Black with #674031
Text Example
Text Example
White with #674031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674031; }
p { color: rgb(103,64,49); }
H1.HeaderClassName
{
color: #674031;
}
.AnyTagClassName
{
color: #674031;
}
</style>
background-color css
<style>
a { background-color: #674031; }
a { background-color: rgb(103,64,49); }
div.DivClassName
{
background-color: #674031;
}
.BgClassName
{
background-color: #674031;
}
</style>
border-color css
<style>
span { border-color: #674031; }
span { border-color: rgb(103,64,49); }
td.TdClassName
{
border-color: #674031;
}
.TagClassName
{
border-color: #674031;
}
</style>