Shades of Baker's Chocolate #673909
Tints of Baker's Chocolate #673909
RGB
CMYK
RGB Variations
Color information
#673909 (or 0x673909) is known color: Baker's Chocolate. HEX triplet: 67, 39 and 09. RGB value is (103,57,9). Sum of RGB (Red+Green+Blue) = 103+57+9=169 (22% of max value = 765). Red value is 103 (40.62% from 255 or 60.95% from 169); Green value is 57 (22.66% from 255 or 33.73% from 169); Blue value is 9 (3.91% from 255 or 5.33% from 169); Max value from RGB is 103 - color contains mainly: red. Hex color #673909 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #673909 is #98C6F6. Grayscale: #414141. Windows color (decimal): -10012407 or 604519. OLE color: 604519.
HSL color Cylindrical-coordinate representation of color #673909: hue angle of 30.64º 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 #673909 is Cyan = 0, Magento = 0.45, Yellow = 0.91 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 57 | 9 | - |
| CMYK | 0 | 0.45 | 0.91 | 0.60 |
| HSL | 30.64º | 0.84% | 0.22% | - |
| HSV(B) | 30.64º | 0.91% | 0.4% | - |
| XYZ | 7.11 | 5.83 | 1.01 | - |
| YUV | 65.28 | 96.24 | 154.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 57 | 9 | 0 | 0.45 | 0.91 | 0.60 | 30.64 | 0.84 | 0.22 |
| Hex | 67 | 39 | 9 | 0 | 2D | 5B | 3C | 1F | 54 | 16 |
| Octal | 147 | 71 | 11 | 0 | 55 | 133 | 74 | 37 | 124 | 26 |
| Binary | 1100111 | 111001 | 1001 | 0 | 101101 | 1011011 | 111100 | 11111 | 1010100 | 10110 |
Color Harmonies of #673909
Complementary color
Monochromatic Colors of #673909
Black with #673909
Text Example
Text Example
White with #673909
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673909; }
p { color: rgb(103,57,9); }
H1.HeaderClassName
{
color: #673909;
}
.AnyTagClassName
{
color: #673909;
}
</style>
background-color css
<style>
a { background-color: #673909; }
a { background-color: rgb(103,57,9); }
div.DivClassName
{
background-color: #673909;
}
.BgClassName
{
background-color: #673909;
}
</style>
border-color css
<style>
span { border-color: #673909; }
span { border-color: rgb(103,57,9); }
td.TdClassName
{
border-color: #673909;
}
.TagClassName
{
border-color: #673909;
}
</style>