Shades of Baker's Chocolate #67360C
Tints of Baker's Chocolate #67360C
RGB
CMYK
RGB Variations
Color information
#67360C (or 0x67360C) is known color: Baker's Chocolate. HEX triplet: 67, 36 and 0C. RGB value is (103,54,12). Sum of RGB (Red+Green+Blue) = 103+54+12=169 (22% of max value = 765). Red value is 103 (40.62% from 255 or 60.95% from 169); Green value is 54 (21.48% from 255 or 31.95% from 169); Blue value is 12 (5.08% from 255 or 7.10% from 169); Max value from RGB is 103 - color contains mainly: red. Hex color #67360C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #67360C is #98C9F3. Grayscale: #404040. Windows color (decimal): -10013172 or 800359. OLE color: 800359.
HSL color Cylindrical-coordinate representation of color #67360C: hue angle of 27.69º 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 #67360C is Cyan = 0, Magento = 0.48, Yellow = 0.88 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 54 | 12 | - |
| CMYK | 0 | 0.48 | 0.88 | 0.60 |
| HSL | 27.69º | 0.79% | 0.23% | - |
| HSV(B) | 27.69º | 0.88% | 0.4% | - |
| XYZ | 6.98 | 5.55 | 1.05 | - |
| YUV | 63.86 | 98.73 | 155.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 54 | 12 | 0 | 0.48 | 0.88 | 0.60 | 27.69 | 0.79 | 0.23 |
| Hex | 67 | 36 | C | 0 | 30 | 58 | 3C | 1C | 4F | 17 |
| Octal | 147 | 66 | 14 | 0 | 60 | 130 | 74 | 34 | 117 | 27 |
| Binary | 1100111 | 110110 | 1100 | 0 | 110000 | 1011000 | 111100 | 11100 | 1001111 | 10111 |
Color Harmonies of #67360C
Complementary color
Monochromatic Colors of #67360C
Black with #67360C
Text Example
Text Example
White with #67360C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67360C; }
p { color: rgb(103,54,12); }
H1.HeaderClassName
{
color: #67360C;
}
.AnyTagClassName
{
color: #67360C;
}
</style>
background-color css
<style>
a { background-color: #67360C; }
a { background-color: rgb(103,54,12); }
div.DivClassName
{
background-color: #67360C;
}
.BgClassName
{
background-color: #67360C;
}
</style>
border-color css
<style>
span { border-color: #67360C; }
span { border-color: rgb(103,54,12); }
td.TdClassName
{
border-color: #67360C;
}
.TagClassName
{
border-color: #67360C;
}
</style>