Shades of Baker's Chocolate #67280A
Tints of Baker's Chocolate #67280A
RGB
CMYK
RGB Variations
Color information
#67280A (or 0x67280A) is known color: Baker's Chocolate. HEX triplet: 67, 28 and 0A. RGB value is (103,40,10). Sum of RGB (Red+Green+Blue) = 103+40+10=153 (20% of max value = 765). Red value is 103 (40.62% from 255 or 67.32% from 153); Green value is 40 (16.02% from 255 or 26.14% from 153); Blue value is 10 (4.30% from 255 or 6.54% from 153); Max value from RGB is 103 - color contains mainly: red. Hex color #67280A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #67280A is #98D7F5. Grayscale: #373737. Windows color (decimal): -10016758 or 665703. OLE color: 665703.
HSL color Cylindrical-coordinate representation of color #67280A: hue angle of 19.35º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #67280A is Cyan = 0, Magento = 0.61, Yellow = 0.90 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 40 | 10 | - |
| CMYK | 0 | 0.61 | 0.90 | 0.60 |
| HSL | 19.35º | 0.82% | 0.22% | - |
| HSV(B) | 19.35º | 0.9% | 0.4% | - |
| XYZ | 6.41 | 4.42 | 0.8 | - |
| YUV | 55.42 | 102.37 | 161.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 40 | 10 | 0 | 0.61 | 0.90 | 0.60 | 19.35 | 0.82 | 0.22 |
| Hex | 67 | 28 | A | 0 | 3D | 5A | 3C | 13 | 52 | 16 |
| Octal | 147 | 50 | 12 | 0 | 75 | 132 | 74 | 23 | 122 | 26 |
| Binary | 1100111 | 101000 | 1010 | 0 | 111101 | 1011010 | 111100 | 10011 | 1010010 | 10110 |
Color Harmonies of #67280A
Complementary color
Monochromatic Colors of #67280A
Black with #67280A
Text Example
Text Example
White with #67280A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67280A; }
p { color: rgb(103,40,10); }
H1.HeaderClassName
{
color: #67280A;
}
.AnyTagClassName
{
color: #67280A;
}
</style>
background-color css
<style>
a { background-color: #67280A; }
a { background-color: rgb(103,40,10); }
div.DivClassName
{
background-color: #67280A;
}
.BgClassName
{
background-color: #67280A;
}
</style>
border-color css
<style>
span { border-color: #67280A; }
span { border-color: rgb(103,40,10); }
td.TdClassName
{
border-color: #67280A;
}
.TagClassName
{
border-color: #67280A;
}
</style>