Shades of Cioccolato #673F30
Tints of Cioccolato #673F30
RGB
CMYK
RGB Variations
Color information
#673F30 (or 0x673F30) is known color: Cioccolato. HEX triplet: 67, 3F and 30. RGB value is (103,63,48). Sum of RGB (Red+Green+Blue) = 103+63+48=214 (28% of max value = 765). Red value is 103 (40.62% from 255 or 48.13% from 214); Green value is 63 (25% from 255 or 29.44% from 214); Blue value is 48 (19.14% from 255 or 22.43% from 214); Max value from RGB is 103 - color contains mainly: red. Hex color #673F30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #673F30 is #98C0CF. Grayscale: #494949. Windows color (decimal): -10010832 or 3161959. OLE color: 3161959.
HSL color Cylindrical-coordinate representation of color #673F30: hue angle of 16.36º 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 #673F30 is Cyan = 0, Magento = 0.39, Yellow = 0.53 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 63 | 48 | - |
| CMYK | 0 | 0.39 | 0.53 | 0.60 |
| HSL | 16.36º | 0.36% | 0.3% | - |
| HSV(B) | 16.36º | 0.53% | 0.4% | - |
| XYZ | 7.9 | 6.65 | 3.66 | - |
| YUV | 73.25 | 113.75 | 149.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 63 | 48 | 0 | 0.39 | 0.53 | 0.60 | 16.36 | 0.36 | 0.3 |
| Hex | 67 | 3F | 30 | 0 | 27 | 35 | 3C | 10 | 24 | 1E |
| Octal | 147 | 77 | 60 | 0 | 47 | 65 | 74 | 20 | 44 | 36 |
| Binary | 1100111 | 111111 | 110000 | 0 | 100111 | 110101 | 111100 | 10000 | 100100 | 11110 |
Color Harmonies of #673F30
Complementary color
Monochromatic Colors of #673F30
Black with #673F30
Text Example
Text Example
White with #673F30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673F30; }
p { color: rgb(103,63,48); }
H1.HeaderClassName
{
color: #673F30;
}
.AnyTagClassName
{
color: #673F30;
}
</style>
background-color css
<style>
a { background-color: #673F30; }
a { background-color: rgb(103,63,48); }
div.DivClassName
{
background-color: #673F30;
}
.BgClassName
{
background-color: #673F30;
}
</style>
border-color css
<style>
span { border-color: #673F30; }
span { border-color: rgb(103,63,48); }
td.TdClassName
{
border-color: #673F30;
}
.TagClassName
{
border-color: #673F30;
}
</style>