Shades of Baker's Chocolate #672A16
Tints of Baker's Chocolate #672A16
RGB
CMYK
RGB Variations
Color information
#672A16 (or 0x672A16) is known color: Baker's Chocolate. HEX triplet: 67, 2A and 16. RGB value is (103,42,22). Sum of RGB (Red+Green+Blue) = 103+42+22=167 (22% of max value = 765). Red value is 103 (40.62% from 255 or 61.68% from 167); Green value is 42 (16.80% from 255 or 25.15% from 167); Blue value is 22 (8.98% from 255 or 13.17% from 167); Max value from RGB is 103 - color contains mainly: red. Hex color #672A16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #672A16 is #98D5E9. Grayscale: #3A3A3A. Windows color (decimal): -10016234 or 1452647. OLE color: 1452647.
HSL color Cylindrical-coordinate representation of color #672A16: hue angle of 14.81º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #672A16 is Cyan = 0, Magento = 0.59, Yellow = 0.79 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 42 | 22 | - |
| CMYK | 0 | 0.59 | 0.79 | 0.60 |
| HSL | 14.81º | 0.65% | 0.25% | - |
| HSV(B) | 14.81º | 0.79% | 0.4% | - |
| XYZ | 6.57 | 4.6 | 1.3 | - |
| YUV | 57.96 | 107.71 | 160.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 42 | 22 | 0 | 0.59 | 0.79 | 0.60 | 14.81 | 0.65 | 0.25 |
| Hex | 67 | 2A | 16 | 0 | 3B | 4F | 3C | F | 41 | 19 |
| Octal | 147 | 52 | 26 | 0 | 73 | 117 | 74 | 17 | 101 | 31 |
| Binary | 1100111 | 101010 | 10110 | 0 | 111011 | 1001111 | 111100 | 1111 | 1000001 | 11001 |
Color Harmonies of #672A16
Complementary color
Monochromatic Colors of #672A16
Black with #672A16
Text Example
Text Example
White with #672A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #672A16; }
p { color: rgb(103,42,22); }
H1.HeaderClassName
{
color: #672A16;
}
.AnyTagClassName
{
color: #672A16;
}
</style>
background-color css
<style>
a { background-color: #672A16; }
a { background-color: rgb(103,42,22); }
div.DivClassName
{
background-color: #672A16;
}
.BgClassName
{
background-color: #672A16;
}
</style>
border-color css
<style>
span { border-color: #672A16; }
span { border-color: rgb(103,42,22); }
td.TdClassName
{
border-color: #672A16;
}
.TagClassName
{
border-color: #672A16;
}
</style>