Shades of Cioccolato #674030
Tints of Cioccolato #674030
RGB
CMYK
RGB Variations
Color information
#674030 (or 0x674030) is known color: Cioccolato. HEX triplet: 67, 40 and 30. RGB value is (103,64,48). Sum of RGB (Red+Green+Blue) = 103+64+48=215 (28% of max value = 765). Red value is 103 (40.62% from 255 or 47.91% from 215); Green value is 64 (25.39% from 255 or 29.77% from 215); Blue value is 48 (19.14% from 255 or 22.33% from 215); Max value from RGB is 103 - color contains mainly: red. Hex color #674030 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #674030 is #98BFCF. Grayscale: #494949. Windows color (decimal): -10010576 or 3162215. OLE color: 3162215.
HSL color Cylindrical-coordinate representation of color #674030: hue angle of 17.45º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #674030 is Cyan = 0, Magento = 0.38, Yellow = 0.53 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 64 | 48 | - |
| CMYK | 0 | 0.38 | 0.53 | 0.60 |
| HSL | 17.45º | 0.36% | 0.3% | - |
| HSV(B) | 17.45º | 0.53% | 0.4% | - |
| XYZ | 7.96 | 6.76 | 3.68 | - |
| YUV | 73.84 | 113.42 | 148.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 64 | 48 | 0 | 0.38 | 0.53 | 0.60 | 17.45 | 0.36 | 0.3 |
| Hex | 67 | 40 | 30 | 0 | 26 | 35 | 3C | 11 | 24 | 1E |
| Octal | 147 | 100 | 60 | 0 | 46 | 65 | 74 | 21 | 44 | 36 |
| Binary | 1100111 | 1000000 | 110000 | 0 | 100110 | 110101 | 111100 | 10001 | 100100 | 11110 |
Color Harmonies of #674030
Complementary color
Monochromatic Colors of #674030
Black with #674030
Text Example
Text Example
White with #674030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674030; }
p { color: rgb(103,64,48); }
H1.HeaderClassName
{
color: #674030;
}
.AnyTagClassName
{
color: #674030;
}
</style>
background-color css
<style>
a { background-color: #674030; }
a { background-color: rgb(103,64,48); }
div.DivClassName
{
background-color: #674030;
}
.BgClassName
{
background-color: #674030;
}
</style>
border-color css
<style>
span { border-color: #674030; }
span { border-color: rgb(103,64,48); }
td.TdClassName
{
border-color: #674030;
}
.TagClassName
{
border-color: #674030;
}
</style>