Shades of Baker's Chocolate #672008
Tints of Baker's Chocolate #672008
RGB
CMYK
RGB Variations
Color information
#672008 (or 0x672008) is known color: Baker's Chocolate. HEX triplet: 67, 20 and 08. RGB value is (103,32,8). Sum of RGB (Red+Green+Blue) = 103+32+8=143 (18% of max value = 765). Red value is 103 (40.62% from 255 or 72.03% from 143); Green value is 32 (12.89% from 255 or 22.38% from 143); Blue value is 8 (3.52% from 255 or 5.59% from 143); Max value from RGB is 103 - color contains mainly: red. Hex color #672008 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #672008 is #98DFF7. Grayscale: #323232. Windows color (decimal): -10018808 or 532583. OLE color: 532583.
HSL color Cylindrical-coordinate representation of color #672008: hue angle of 15.16º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #672008 is Cyan = 0, Magento = 0.69, Yellow = 0.92 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 32 | 8 | - |
| CMYK | 0 | 0.69 | 0.92 | 0.60 |
| HSL | 15.16º | 0.86% | 0.22% | - |
| HSV(B) | 15.16º | 0.92% | 0.4% | - |
| XYZ | 6.15 | 3.93 | 0.66 | - |
| YUV | 50.49 | 104.02 | 165.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 32 | 8 | 0 | 0.69 | 0.92 | 0.60 | 15.16 | 0.86 | 0.22 |
| Hex | 67 | 20 | 8 | 0 | 45 | 5C | 3C | F | 56 | 16 |
| Octal | 147 | 40 | 10 | 0 | 105 | 134 | 74 | 17 | 126 | 26 |
| Binary | 1100111 | 100000 | 1000 | 0 | 1000101 | 1011100 | 111100 | 1111 | 1010110 | 10110 |
Color Harmonies of #672008
Complementary color
Monochromatic Colors of #672008
Black with #672008
Text Example
Text Example
White with #672008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #672008; }
p { color: rgb(103,32,8); }
H1.HeaderClassName
{
color: #672008;
}
.AnyTagClassName
{
color: #672008;
}
</style>
background-color css
<style>
a { background-color: #672008; }
a { background-color: rgb(103,32,8); }
div.DivClassName
{
background-color: #672008;
}
.BgClassName
{
background-color: #672008;
}
</style>
border-color css
<style>
span { border-color: #672008; }
span { border-color: rgb(103,32,8); }
td.TdClassName
{
border-color: #672008;
}
.TagClassName
{
border-color: #672008;
}
</style>