Shades of Baker's Chocolate #673409
Tints of Baker's Chocolate #673409
RGB
CMYK
RGB Variations
Color information
#673409 (or 0x673409) is known color: Baker's Chocolate. HEX triplet: 67, 34 and 09. RGB value is (103,52,9). Sum of RGB (Red+Green+Blue) = 103+52+9=164 (21% of max value = 765). Red value is 103 (40.62% from 255 or 62.80% from 164); Green value is 52 (20.70% from 255 or 31.71% from 164); Blue value is 9 (3.91% from 255 or 5.49% from 164); Max value from RGB is 103 - color contains mainly: red. Hex color #673409 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #673409 is #98CBF6. Grayscale: #3E3E3E. Windows color (decimal): -10013687 or 603239. OLE color: 603239.
HSL color Cylindrical-coordinate representation of color #673409: hue angle of 27.45º 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 #673409 is Cyan = 0, Magento = 0.50, Yellow = 0.91 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 52 | 9 | - |
| CMYK | 0 | 0.50 | 0.91 | 0.60 |
| HSL | 27.45º | 0.84% | 0.22% | - |
| HSV(B) | 27.45º | 0.91% | 0.4% | - |
| XYZ | 6.87 | 5.36 | 0.93 | - |
| YUV | 62.35 | 97.9 | 157 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 52 | 9 | 0 | 0.50 | 0.91 | 0.60 | 27.45 | 0.84 | 0.22 |
| Hex | 67 | 34 | 9 | 0 | 32 | 5B | 3C | 1B | 54 | 16 |
| Octal | 147 | 64 | 11 | 0 | 62 | 133 | 74 | 33 | 124 | 26 |
| Binary | 1100111 | 110100 | 1001 | 0 | 110010 | 1011011 | 111100 | 11011 | 1010100 | 10110 |
Color Harmonies of #673409
Complementary color
Monochromatic Colors of #673409
Black with #673409
Text Example
Text Example
White with #673409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673409; }
p { color: rgb(103,52,9); }
H1.HeaderClassName
{
color: #673409;
}
.AnyTagClassName
{
color: #673409;
}
</style>
background-color css
<style>
a { background-color: #673409; }
a { background-color: rgb(103,52,9); }
div.DivClassName
{
background-color: #673409;
}
.BgClassName
{
background-color: #673409;
}
</style>
border-color css
<style>
span { border-color: #673409; }
span { border-color: rgb(103,52,9); }
td.TdClassName
{
border-color: #673409;
}
.TagClassName
{
border-color: #673409;
}
</style>