Shades of Baker's Chocolate #673A09
Tints of Baker's Chocolate #673A09
RGB
CMYK
RGB Variations
Color information
#673A09 (or 0x673A09) is known color: Baker's Chocolate. HEX triplet: 67, 3A and 09. RGB value is (103,58,9). Sum of RGB (Red+Green+Blue) = 103+58+9=170 (22% of max value = 765). Red value is 103 (40.62% from 255 or 60.59% from 170); Green value is 58 (23.05% from 255 or 34.12% from 170); Blue value is 9 (3.91% from 255 or 5.29% from 170); Max value from RGB is 103 - color contains mainly: red. Hex color #673A09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #673A09 is #98C5F6. Grayscale: #424242. Windows color (decimal): -10012151 or 604775. OLE color: 604775.
HSL color Cylindrical-coordinate representation of color #673A09: hue angle of 31.28º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #673A09 is Cyan = 0, Magento = 0.44, Yellow = 0.91 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 58 | 9 | - |
| CMYK | 0 | 0.44 | 0.91 | 0.60 |
| HSL | 31.28º | 0.84% | 0.22% | - |
| HSV(B) | 31.28º | 0.91% | 0.4% | - |
| XYZ | 7.16 | 5.93 | 1.03 | - |
| YUV | 65.87 | 95.91 | 154.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 58 | 9 | 0 | 0.44 | 0.91 | 0.60 | 31.28 | 0.84 | 0.22 |
| Hex | 67 | 3A | 9 | 0 | 2C | 5B | 3C | 1F | 54 | 16 |
| Octal | 147 | 72 | 11 | 0 | 54 | 133 | 74 | 37 | 124 | 26 |
| Binary | 1100111 | 111010 | 1001 | 0 | 101100 | 1011011 | 111100 | 11111 | 1010100 | 10110 |
Color Harmonies of #673A09
Complementary color
Monochromatic Colors of #673A09
Black with #673A09
Text Example
Text Example
White with #673A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673A09; }
p { color: rgb(103,58,9); }
H1.HeaderClassName
{
color: #673A09;
}
.AnyTagClassName
{
color: #673A09;
}
</style>
background-color css
<style>
a { background-color: #673A09; }
a { background-color: rgb(103,58,9); }
div.DivClassName
{
background-color: #673A09;
}
.BgClassName
{
background-color: #673A09;
}
</style>
border-color css
<style>
span { border-color: #673A09; }
span { border-color: rgb(103,58,9); }
td.TdClassName
{
border-color: #673A09;
}
.TagClassName
{
border-color: #673A09;
}
</style>