Shades of Baker's Chocolate #673607
Tints of Baker's Chocolate #673607
RGB
CMYK
RGB Variations
Color information
#673607 (or 0x673607) is known color: Baker's Chocolate. HEX triplet: 67, 36 and 07. RGB value is (103,54,7). Sum of RGB (Red+Green+Blue) = 103+54+7=164 (21% of max value = 765). Red value is 103 (40.62% from 255 or 62.80% from 164); Green value is 54 (21.48% from 255 or 32.93% from 164); Blue value is 7 (3.12% from 255 or 4.27% from 164); Max value from RGB is 103 - color contains mainly: red. Hex color #673607 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #673607 is #98C9F8. Grayscale: #3F3F3F. Windows color (decimal): -10013177 or 472679. OLE color: 472679.
HSL color Cylindrical-coordinate representation of color #673607: hue angle of 29.38º 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 #673607 is Cyan = 0, Magento = 0.48, Yellow = 0.93 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 54 | 7 | - |
| CMYK | 0 | 0.48 | 0.93 | 0.60 |
| HSL | 29.38º | 0.87% | 0.22% | - |
| HSV(B) | 29.38º | 0.93% | 0.4% | - |
| XYZ | 6.95 | 5.54 | 0.9 | - |
| YUV | 63.29 | 96.23 | 156.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 54 | 7 | 0 | 0.48 | 0.93 | 0.60 | 29.38 | 0.87 | 0.22 |
| Hex | 67 | 36 | 7 | 0 | 30 | 5D | 3C | 1D | 57 | 16 |
| Octal | 147 | 66 | 7 | 0 | 60 | 135 | 74 | 35 | 127 | 26 |
| Binary | 1100111 | 110110 | 111 | 0 | 110000 | 1011101 | 111100 | 11101 | 1010111 | 10110 |
Color Harmonies of #673607
Complementary color
Monochromatic Colors of #673607
Black with #673607
Text Example
Text Example
White with #673607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673607; }
p { color: rgb(103,54,7); }
H1.HeaderClassName
{
color: #673607;
}
.AnyTagClassName
{
color: #673607;
}
</style>
background-color css
<style>
a { background-color: #673607; }
a { background-color: rgb(103,54,7); }
div.DivClassName
{
background-color: #673607;
}
.BgClassName
{
background-color: #673607;
}
</style>
border-color css
<style>
span { border-color: #673607; }
span { border-color: rgb(103,54,7); }
td.TdClassName
{
border-color: #673607;
}
.TagClassName
{
border-color: #673607;
}
</style>