Shades of Baker's Chocolate #67270B
Tints of Baker's Chocolate #67270B
RGB
CMYK
RGB Variations
Color information
#67270B (or 0x67270B) is known color: Baker's Chocolate. HEX triplet: 67, 27 and 0B. RGB value is (103,39,11). Sum of RGB (Red+Green+Blue) = 103+39+11=153 (20% of max value = 765). Red value is 103 (40.62% from 255 or 67.32% from 153); Green value is 39 (15.62% from 255 or 25.49% from 153); Blue value is 11 (4.69% from 255 or 7.19% from 153); Max value from RGB is 103 - color contains mainly: red. Hex color #67270B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #67270B is #98D8F4. Grayscale: #373737. Windows color (decimal): -10017013 or 730983. OLE color: 730983.
HSL color Cylindrical-coordinate representation of color #67270B: hue angle of 18.26º degrees, saturation: 0.81, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #67270B is Cyan = 0, Magento = 0.62, Yellow = 0.89 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 39 | 11 | - |
| CMYK | 0 | 0.62 | 0.89 | 0.60 |
| HSL | 18.26º | 0.81% | 0.22% | - |
| HSV(B) | 18.26º | 0.89% | 0.4% | - |
| XYZ | 6.38 | 4.36 | 0.82 | - |
| YUV | 54.94 | 103.2 | 162.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 39 | 11 | 0 | 0.62 | 0.89 | 0.60 | 18.26 | 0.81 | 0.22 |
| Hex | 67 | 27 | B | 0 | 3E | 59 | 3C | 12 | 51 | 16 |
| Octal | 147 | 47 | 13 | 0 | 76 | 131 | 74 | 22 | 121 | 26 |
| Binary | 1100111 | 100111 | 1011 | 0 | 111110 | 1011001 | 111100 | 10010 | 1010001 | 10110 |
Color Harmonies of #67270B
Complementary color
Monochromatic Colors of #67270B
Black with #67270B
Text Example
Text Example
White with #67270B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67270B; }
p { color: rgb(103,39,11); }
H1.HeaderClassName
{
color: #67270B;
}
.AnyTagClassName
{
color: #67270B;
}
</style>
background-color css
<style>
a { background-color: #67270B; }
a { background-color: rgb(103,39,11); }
div.DivClassName
{
background-color: #67270B;
}
.BgClassName
{
background-color: #67270B;
}
</style>
border-color css
<style>
span { border-color: #67270B; }
span { border-color: rgb(103,39,11); }
td.TdClassName
{
border-color: #67270B;
}
.TagClassName
{
border-color: #67270B;
}
</style>