Shades of Baker's Chocolate #67310C
Tints of Baker's Chocolate #67310C
RGB
CMYK
RGB Variations
Color information
#67310C (or 0x67310C) is known color: Baker's Chocolate. HEX triplet: 67, 31 and 0C. RGB value is (103,49,12). Sum of RGB (Red+Green+Blue) = 103+49+12=164 (21% of max value = 765). Red value is 103 (40.62% from 255 or 62.80% from 164); Green value is 49 (19.53% from 255 or 29.88% from 164); Blue value is 12 (5.08% from 255 or 7.32% from 164); Max value from RGB is 103 - color contains mainly: red. Hex color #67310C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #67310C is #98CEF3. Grayscale: #3D3D3D. Windows color (decimal): -10014452 or 799079. OLE color: 799079.
HSL color Cylindrical-coordinate representation of color #67310C: hue angle of 24.4º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #67310C is Cyan = 0, Magento = 0.52, Yellow = 0.88 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 49 | 12 | - |
| CMYK | 0 | 0.52 | 0.88 | 0.60 |
| HSL | 24.4º | 0.79% | 0.23% | - |
| HSV(B) | 24.4º | 0.88% | 0.4% | - |
| XYZ | 6.76 | 5.11 | 0.98 | - |
| YUV | 60.93 | 100.39 | 158.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 49 | 12 | 0 | 0.52 | 0.88 | 0.60 | 24.4 | 0.79 | 0.23 |
| Hex | 67 | 31 | C | 0 | 34 | 58 | 3C | 18 | 4F | 17 |
| Octal | 147 | 61 | 14 | 0 | 64 | 130 | 74 | 30 | 117 | 27 |
| Binary | 1100111 | 110001 | 1100 | 0 | 110100 | 1011000 | 111100 | 11000 | 1001111 | 10111 |
Color Harmonies of #67310C
Complementary color
Monochromatic Colors of #67310C
Black with #67310C
Text Example
Text Example
White with #67310C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67310C; }
p { color: rgb(103,49,12); }
H1.HeaderClassName
{
color: #67310C;
}
.AnyTagClassName
{
color: #67310C;
}
</style>
background-color css
<style>
a { background-color: #67310C; }
a { background-color: rgb(103,49,12); }
div.DivClassName
{
background-color: #67310C;
}
.BgClassName
{
background-color: #67310C;
}
</style>
border-color css
<style>
span { border-color: #67310C; }
span { border-color: rgb(103,49,12); }
td.TdClassName
{
border-color: #67310C;
}
.TagClassName
{
border-color: #67310C;
}
</style>