Shades of Baker's Chocolate #67360F
Tints of Baker's Chocolate #67360F
RGB
CMYK
RGB Variations
Color information
#67360F (or 0x67360F) is known color: Baker's Chocolate. HEX triplet: 67, 36 and 0F. RGB value is (103,54,15). Sum of RGB (Red+Green+Blue) = 103+54+15=172 (22% of max value = 765). Red value is 103 (40.62% from 255 or 59.88% from 172); Green value is 54 (21.48% from 255 or 31.40% from 172); Blue value is 15 (6.25% from 255 or 8.72% from 172); Max value from RGB is 103 - color contains mainly: red. Hex color #67360F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #67360F is #98C9F0. Grayscale: #404040. Windows color (decimal): -10013169 or 996967. OLE color: 996967.
HSL color Cylindrical-coordinate representation of color #67360F: hue angle of 26.59º 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 #67360F is Cyan = 0, Magento = 0.48, Yellow = 0.85 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 54 | 15 | - |
| CMYK | 0 | 0.48 | 0.85 | 0.60 |
| HSL | 26.59º | 0.75% | 0.23% | - |
| HSV(B) | 26.59º | 0.85% | 0.4% | - |
| XYZ | 7 | 5.56 | 1.16 | - |
| YUV | 64.21 | 100.23 | 155.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 54 | 15 | 0 | 0.48 | 0.85 | 0.60 | 26.59 | 0.75 | 0.23 |
| Hex | 67 | 36 | F | 0 | 30 | 55 | 3C | 1B | 4B | 17 |
| Octal | 147 | 66 | 17 | 0 | 60 | 125 | 74 | 33 | 113 | 27 |
| Binary | 1100111 | 110110 | 1111 | 0 | 110000 | 1010101 | 111100 | 11011 | 1001011 | 10111 |
Color Harmonies of #67360F
Complementary color
Monochromatic Colors of #67360F
Black with #67360F
Text Example
Text Example
White with #67360F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67360F; }
p { color: rgb(103,54,15); }
H1.HeaderClassName
{
color: #67360F;
}
.AnyTagClassName
{
color: #67360F;
}
</style>
background-color css
<style>
a { background-color: #67360F; }
a { background-color: rgb(103,54,15); }
div.DivClassName
{
background-color: #67360F;
}
.BgClassName
{
background-color: #67360F;
}
</style>
border-color css
<style>
span { border-color: #67360F; }
span { border-color: rgb(103,54,15); }
td.TdClassName
{
border-color: #67360F;
}
.TagClassName
{
border-color: #67360F;
}
</style>