Shades of Baker's Chocolate #673010
Tints of Baker's Chocolate #673010
RGB
CMYK
RGB Variations
Color information
#673010 (or 0x673010) is known color: Baker's Chocolate. HEX triplet: 67, 30 and 10. RGB value is (103,48,16). Sum of RGB (Red+Green+Blue) = 103+48+16=167 (22% of max value = 765). Red value is 103 (40.62% from 255 or 61.68% from 167); Green value is 48 (19.14% from 255 or 28.74% from 167); Blue value is 16 (6.64% from 255 or 9.58% from 167); Max value from RGB is 103 - color contains mainly: red. Hex color #673010 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #673010 is #98CFEF. Grayscale: #3C3C3C. Windows color (decimal): -10014704 or 1060967. OLE color: 1060967.
HSL color Cylindrical-coordinate representation of color #673010: hue angle of 22.07º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #673010 is Cyan = 0, Magento = 0.53, Yellow = 0.84 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 48 | 16 | - |
| CMYK | 0 | 0.53 | 0.84 | 0.60 |
| HSL | 22.07º | 0.73% | 0.23% | - |
| HSV(B) | 22.07º | 0.84% | 0.4% | - |
| XYZ | 6.74 | 5.03 | 1.11 | - |
| YUV | 60.8 | 102.72 | 158.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 48 | 16 | 0 | 0.53 | 0.84 | 0.60 | 22.07 | 0.73 | 0.23 |
| Hex | 67 | 30 | 10 | 0 | 35 | 54 | 3C | 16 | 49 | 17 |
| Octal | 147 | 60 | 20 | 0 | 65 | 124 | 74 | 26 | 111 | 27 |
| Binary | 1100111 | 110000 | 10000 | 0 | 110101 | 1010100 | 111100 | 10110 | 1001001 | 10111 |
Color Harmonies of #673010
Complementary color
Monochromatic Colors of #673010
Black with #673010
Text Example
Text Example
White with #673010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673010; }
p { color: rgb(103,48,16); }
H1.HeaderClassName
{
color: #673010;
}
.AnyTagClassName
{
color: #673010;
}
</style>
background-color css
<style>
a { background-color: #673010; }
a { background-color: rgb(103,48,16); }
div.DivClassName
{
background-color: #673010;
}
.BgClassName
{
background-color: #673010;
}
</style>
border-color css
<style>
span { border-color: #673010; }
span { border-color: rgb(103,48,16); }
td.TdClassName
{
border-color: #673010;
}
.TagClassName
{
border-color: #673010;
}
</style>