Shades of Baker's Chocolate #67390E
Tints of Baker's Chocolate #67390E
RGB
CMYK
RGB Variations
Color information
#67390E (or 0x67390E) is known color: Baker's Chocolate. HEX triplet: 67, 39 and 0E. RGB value is (103,57,14). Sum of RGB (Red+Green+Blue) = 103+57+14=174 (23% of max value = 765). Red value is 103 (40.62% from 255 or 59.20% from 174); Green value is 57 (22.66% from 255 or 32.76% from 174); Blue value is 14 (5.86% from 255 or 8.05% from 174); Max value from RGB is 103 - color contains mainly: red. Hex color #67390E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #67390E is #98C6F1. Grayscale: #424242. Windows color (decimal): -10012402 or 932199. OLE color: 932199.
HSL color Cylindrical-coordinate representation of color #67390E: hue angle of 28.99º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #67390E is Cyan = 0, Magento = 0.45, Yellow = 0.86 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 57 | 14 | - |
| CMYK | 0 | 0.45 | 0.86 | 0.60 |
| HSL | 28.99º | 0.76% | 0.23% | - |
| HSV(B) | 28.99º | 0.86% | 0.4% | - |
| XYZ | 7.14 | 5.84 | 1.17 | - |
| YUV | 65.85 | 98.74 | 154.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 57 | 14 | 0 | 0.45 | 0.86 | 0.60 | 28.99 | 0.76 | 0.23 |
| Hex | 67 | 39 | E | 0 | 2D | 56 | 3C | 1D | 4C | 17 |
| Octal | 147 | 71 | 16 | 0 | 55 | 126 | 74 | 35 | 114 | 27 |
| Binary | 1100111 | 111001 | 1110 | 0 | 101101 | 1010110 | 111100 | 11101 | 1001100 | 10111 |
Color Harmonies of #67390E
Complementary color
Monochromatic Colors of #67390E
Black with #67390E
Text Example
Text Example
White with #67390E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67390E; }
p { color: rgb(103,57,14); }
H1.HeaderClassName
{
color: #67390E;
}
.AnyTagClassName
{
color: #67390E;
}
</style>
background-color css
<style>
a { background-color: #67390E; }
a { background-color: rgb(103,57,14); }
div.DivClassName
{
background-color: #67390E;
}
.BgClassName
{
background-color: #67390E;
}
</style>
border-color css
<style>
span { border-color: #67390E; }
span { border-color: rgb(103,57,14); }
td.TdClassName
{
border-color: #67390E;
}
.TagClassName
{
border-color: #67390E;
}
</style>