Shades of Baker's Chocolate #67390A
Tints of Baker's Chocolate #67390A
RGB
CMYK
RGB Variations
Color information
#67390A (or 0x67390A) is known color: Baker's Chocolate. HEX triplet: 67, 39 and 0A. RGB value is (103,57,10). Sum of RGB (Red+Green+Blue) = 103+57+10=170 (22% of max value = 765). Red value is 103 (40.62% from 255 or 60.59% from 170); Green value is 57 (22.66% from 255 or 33.53% from 170); Blue value is 10 (4.30% from 255 or 5.88% from 170); Max value from RGB is 103 - color contains mainly: red. Hex color #67390A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #67390A is #98C6F5. Grayscale: #414141. Windows color (decimal): -10012406 or 670055. OLE color: 670055.
HSL color Cylindrical-coordinate representation of color #67390A: hue angle of 30.32º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #67390A is Cyan = 0, Magento = 0.45, Yellow = 0.90 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 57 | 10 | - |
| CMYK | 0 | 0.45 | 0.90 | 0.60 |
| HSL | 30.32º | 0.82% | 0.22% | - |
| HSV(B) | 30.32º | 0.9% | 0.4% | - |
| XYZ | 7.11 | 5.83 | 1.04 | - |
| YUV | 65.4 | 96.74 | 154.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 57 | 10 | 0 | 0.45 | 0.90 | 0.60 | 30.32 | 0.82 | 0.22 |
| Hex | 67 | 39 | A | 0 | 2D | 5A | 3C | 1E | 52 | 16 |
| Octal | 147 | 71 | 12 | 0 | 55 | 132 | 74 | 36 | 122 | 26 |
| Binary | 1100111 | 111001 | 1010 | 0 | 101101 | 1011010 | 111100 | 11110 | 1010010 | 10110 |
Color Harmonies of #67390A
Complementary color
Monochromatic Colors of #67390A
Black with #67390A
Text Example
Text Example
White with #67390A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67390A; }
p { color: rgb(103,57,10); }
H1.HeaderClassName
{
color: #67390A;
}
.AnyTagClassName
{
color: #67390A;
}
</style>
background-color css
<style>
a { background-color: #67390A; }
a { background-color: rgb(103,57,10); }
div.DivClassName
{
background-color: #67390A;
}
.BgClassName
{
background-color: #67390A;
}
</style>
border-color css
<style>
span { border-color: #67390A; }
span { border-color: rgb(103,57,10); }
td.TdClassName
{
border-color: #67390A;
}
.TagClassName
{
border-color: #67390A;
}
</style>