Shades of Cioccolato #673D2D
Tints of Cioccolato #673D2D
RGB
CMYK
RGB Variations
Color information
#673D2D (or 0x673D2D) is known color: Cioccolato. HEX triplet: 67, 3D and 2D. RGB value is (103,61,45). Sum of RGB (Red+Green+Blue) = 103+61+45=209 (27% of max value = 765). Red value is 103 (40.62% from 255 or 49.28% from 209); Green value is 61 (24.22% from 255 or 29.19% from 209); Blue value is 45 (17.97% from 255 or 21.53% from 209); Max value from RGB is 103 - color contains mainly: red. Hex color #673D2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #673D2D is #98C2D2. Grayscale: #474747. Windows color (decimal): -10011347 or 2964839. OLE color: 2964839.
HSL color Cylindrical-coordinate representation of color #673D2D: hue angle of 16.55º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #673D2D is Cyan = 0, Magento = 0.41, Yellow = 0.56 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 61 | 45 | - |
| CMYK | 0 | 0.41 | 0.56 | 0.60 |
| HSL | 16.55º | 0.39% | 0.29% | - |
| HSV(B) | 16.55º | 0.56% | 0.4% | - |
| XYZ | 7.74 | 6.41 | 3.31 | - |
| YUV | 71.73 | 112.91 | 150.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 61 | 45 | 0 | 0.41 | 0.56 | 0.60 | 16.55 | 0.39 | 0.29 |
| Hex | 67 | 3D | 2D | 0 | 29 | 38 | 3C | 11 | 27 | 1D |
| Octal | 147 | 75 | 55 | 0 | 51 | 70 | 74 | 21 | 47 | 35 |
| Binary | 1100111 | 111101 | 101101 | 0 | 101001 | 111000 | 111100 | 10001 | 100111 | 11101 |
Color Harmonies of #673D2D
Complementary color
Monochromatic Colors of #673D2D
Black with #673D2D
Text Example
Text Example
White with #673D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673D2D; }
p { color: rgb(103,61,45); }
H1.HeaderClassName
{
color: #673D2D;
}
.AnyTagClassName
{
color: #673D2D;
}
</style>
background-color css
<style>
a { background-color: #673D2D; }
a { background-color: rgb(103,61,45); }
div.DivClassName
{
background-color: #673D2D;
}
.BgClassName
{
background-color: #673D2D;
}
</style>
border-color css
<style>
span { border-color: #673D2D; }
span { border-color: rgb(103,61,45); }
td.TdClassName
{
border-color: #673D2D;
}
.TagClassName
{
border-color: #673D2D;
}
</style>