Shades of Baker's Chocolate #672901
Tints of Baker's Chocolate #672901
RGB
CMYK
RGB Variations
Color information
#672901 (or 0x672901) is known color: Baker's Chocolate. HEX triplet: 67, 29 and 01. RGB value is (103,41,1). Sum of RGB (Red+Green+Blue) = 103+41+1=145 (19% of max value = 765). Red value is 103 (40.62% from 255 or 71.03% from 145); Green value is 41 (16.41% from 255 or 28.28% from 145); Blue value is 1 (0.78% from 255 or 0.69% from 145); Max value from RGB is 103 - color contains mainly: red. Hex color #672901 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #672901 is #98D6FE. Grayscale: #373737. Windows color (decimal): -10016511 or 76135. OLE color: 76135.
HSL color Cylindrical-coordinate representation of color #672901: hue angle of 23.53º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #672901 is Cyan = 0, Magento = 0.60, Yellow = 0.99 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 41 | 1 | - |
| CMYK | 0 | 0.60 | 0.99 | 0.60 |
| HSL | 23.53º | 0.98% | 0.2% | - |
| HSV(B) | 23.53º | 0.99% | 0.4% | - |
| XYZ | 6.39 | 4.47 | 0.55 | - |
| YUV | 54.98 | 97.54 | 162.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 41 | 1 | 0 | 0.60 | 0.99 | 0.60 | 23.53 | 0.98 | 0.2 |
| Hex | 67 | 29 | 1 | 0 | 3C | 63 | 3C | 18 | 62 | 14 |
| Octal | 147 | 51 | 1 | 0 | 74 | 143 | 74 | 30 | 142 | 24 |
| Binary | 1100111 | 101001 | 1 | 0 | 111100 | 1100011 | 111100 | 11000 | 1100010 | 10100 |
Color Harmonies of #672901
Complementary color
Monochromatic Colors of #672901
Black with #672901
Text Example
Text Example
White with #672901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #672901; }
p { color: rgb(103,41,1); }
H1.HeaderClassName
{
color: #672901;
}
.AnyTagClassName
{
color: #672901;
}
</style>
background-color css
<style>
a { background-color: #672901; }
a { background-color: rgb(103,41,1); }
div.DivClassName
{
background-color: #672901;
}
.BgClassName
{
background-color: #672901;
}
</style>
border-color css
<style>
span { border-color: #672901; }
span { border-color: rgb(103,41,1); }
td.TdClassName
{
border-color: #672901;
}
.TagClassName
{
border-color: #672901;
}
</style>