Shades of Baker's Chocolate #673407
Tints of Baker's Chocolate #673407
RGB
CMYK
RGB Variations
Color information
#673407 (or 0x673407) is known color: Baker's Chocolate. HEX triplet: 67, 34 and 07. RGB value is (103,52,7). Sum of RGB (Red+Green+Blue) = 103+52+7=162 (21% of max value = 765). Red value is 103 (40.62% from 255 or 63.58% from 162); Green value is 52 (20.70% from 255 or 32.10% from 162); Blue value is 7 (3.12% from 255 or 4.32% from 162); Max value from RGB is 103 - color contains mainly: red. Hex color #673407 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #673407 is #98CBF8. Grayscale: #3E3E3E. Windows color (decimal): -10013689 or 472167. OLE color: 472167.
HSL color Cylindrical-coordinate representation of color #673407: hue angle of 28.12º degrees, saturation: 0.87, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #673407 is Cyan = 0, Magento = 0.50, Yellow = 0.93 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 52 | 7 | - |
| CMYK | 0 | 0.50 | 0.93 | 0.60 |
| HSL | 28.13º | 0.87% | 0.22% | - |
| HSV(B) | 28.13º | 0.93% | 0.4% | - |
| XYZ | 6.86 | 5.35 | 0.87 | - |
| YUV | 62.12 | 96.9 | 157.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 52 | 7 | 0 | 0.50 | 0.93 | 0.60 | 28.13 | 0.87 | 0.22 |
| Hex | 67 | 34 | 7 | 0 | 32 | 5D | 3C | 1C | 57 | 16 |
| Octal | 147 | 64 | 7 | 0 | 62 | 135 | 74 | 34 | 127 | 26 |
| Binary | 1100111 | 110100 | 111 | 0 | 110010 | 1011101 | 111100 | 11100 | 1010111 | 10110 |
Color Harmonies of #673407
Complementary color
Monochromatic Colors of #673407
Black with #673407
Text Example
Text Example
White with #673407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673407; }
p { color: rgb(103,52,7); }
H1.HeaderClassName
{
color: #673407;
}
.AnyTagClassName
{
color: #673407;
}
</style>
background-color css
<style>
a { background-color: #673407; }
a { background-color: rgb(103,52,7); }
div.DivClassName
{
background-color: #673407;
}
.BgClassName
{
background-color: #673407;
}
</style>
border-color css
<style>
span { border-color: #673407; }
span { border-color: rgb(103,52,7); }
td.TdClassName
{
border-color: #673407;
}
.TagClassName
{
border-color: #673407;
}
</style>