Shades of Baker's Chocolate #67390B
Tints of Baker's Chocolate #67390B
RGB
CMYK
RGB Variations
Color information
#67390B (or 0x67390B) is known color: Baker's Chocolate. HEX triplet: 67, 39 and 0B. RGB value is (103,57,11). Sum of RGB (Red+Green+Blue) = 103+57+11=171 (22% of max value = 765). Red value is 103 (40.62% from 255 or 60.23% from 171); Green value is 57 (22.66% from 255 or 33.33% from 171); Blue value is 11 (4.69% from 255 or 6.43% from 171); Max value from RGB is 103 - color contains mainly: red. Hex color #67390B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #67390B is #98C6F4. Grayscale: #414141. Windows color (decimal): -10012405 or 735591. OLE color: 735591.
HSL color Cylindrical-coordinate representation of color #67390B: hue angle of 30º degrees, saturation: 0.81, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #67390B is Cyan = 0, Magento = 0.45, Yellow = 0.89 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 57 | 11 | - |
| CMYK | 0 | 0.45 | 0.89 | 0.60 |
| HSL | 30º | 0.81% | 0.22% | - |
| HSV(B) | 30º | 0.89% | 0.4% | - |
| XYZ | 7.12 | 5.83 | 1.07 | - |
| YUV | 65.51 | 97.24 | 154.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 57 | 11 | 0 | 0.45 | 0.89 | 0.60 | 30 | 0.81 | 0.22 |
| Hex | 67 | 39 | B | 0 | 2D | 59 | 3C | 1E | 51 | 16 |
| Octal | 147 | 71 | 13 | 0 | 55 | 131 | 74 | 36 | 121 | 26 |
| Binary | 1100111 | 111001 | 1011 | 0 | 101101 | 1011001 | 111100 | 11110 | 1010001 | 10110 |
Color Harmonies of #67390B
Complementary color
Monochromatic Colors of #67390B
Black with #67390B
Text Example
Text Example
White with #67390B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67390B; }
p { color: rgb(103,57,11); }
H1.HeaderClassName
{
color: #67390B;
}
.AnyTagClassName
{
color: #67390B;
}
</style>
background-color css
<style>
a { background-color: #67390B; }
a { background-color: rgb(103,57,11); }
div.DivClassName
{
background-color: #67390B;
}
.BgClassName
{
background-color: #67390B;
}
</style>
border-color css
<style>
span { border-color: #67390B; }
span { border-color: rgb(103,57,11); }
td.TdClassName
{
border-color: #67390B;
}
.TagClassName
{
border-color: #67390B;
}
</style>