Shades of Baker's Chocolate #67290F
Tints of Baker's Chocolate #67290F
RGB
CMYK
RGB Variations
Color information
#67290F (or 0x67290F) is known color: Baker's Chocolate. HEX triplet: 67, 29 and 0F. RGB value is (103,41,15). Sum of RGB (Red+Green+Blue) = 103+41+15=159 (21% of max value = 765). Red value is 103 (40.62% from 255 or 64.78% from 159); Green value is 41 (16.41% from 255 or 25.79% from 159); Blue value is 15 (6.25% from 255 or 9.43% from 159); Max value from RGB is 103 - color contains mainly: red. Hex color #67290F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #67290F is #98D6F0. Grayscale: #383838. Windows color (decimal): -10016497 or 993639. OLE color: 993639.
HSL color Cylindrical-coordinate representation of color #67290F: hue angle of 17.73º degrees, saturation: 0.75, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #67290F is Cyan = 0, Magento = 0.60, Yellow = 0.85 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 41 | 15 | - |
| CMYK | 0 | 0.60 | 0.85 | 0.60 |
| HSL | 17.73º | 0.75% | 0.23% | - |
| HSV(B) | 17.73º | 0.85% | 0.4% | - |
| XYZ | 6.47 | 4.5 | 0.98 | - |
| YUV | 56.57 | 104.54 | 161.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 41 | 15 | 0 | 0.60 | 0.85 | 0.60 | 17.73 | 0.75 | 0.23 |
| Hex | 67 | 29 | F | 0 | 3C | 55 | 3C | 12 | 4B | 17 |
| Octal | 147 | 51 | 17 | 0 | 74 | 125 | 74 | 22 | 113 | 27 |
| Binary | 1100111 | 101001 | 1111 | 0 | 111100 | 1010101 | 111100 | 10010 | 1001011 | 10111 |
Color Harmonies of #67290F
Complementary color
Monochromatic Colors of #67290F
Black with #67290F
Text Example
Text Example
White with #67290F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67290F; }
p { color: rgb(103,41,15); }
H1.HeaderClassName
{
color: #67290F;
}
.AnyTagClassName
{
color: #67290F;
}
</style>
background-color css
<style>
a { background-color: #67290F; }
a { background-color: rgb(103,41,15); }
div.DivClassName
{
background-color: #67290F;
}
.BgClassName
{
background-color: #67290F;
}
</style>
border-color css
<style>
span { border-color: #67290F; }
span { border-color: rgb(103,41,15); }
td.TdClassName
{
border-color: #67290F;
}
.TagClassName
{
border-color: #67290F;
}
</style>