Shades of Baker's Chocolate #673509
Tints of Baker's Chocolate #673509
RGB
CMYK
RGB Variations
Color information
#673509 (or 0x673509) is known color: Baker's Chocolate. HEX triplet: 67, 35 and 09. RGB value is (103,53,9). Sum of RGB (Red+Green+Blue) = 103+53+9=165 (21% of max value = 765). Red value is 103 (40.62% from 255 or 62.42% from 165); Green value is 53 (21.09% from 255 or 32.12% from 165); Blue value is 9 (3.91% from 255 or 5.45% from 165); Max value from RGB is 103 - color contains mainly: red. Hex color #673509 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #673509 is #98CAF6. Grayscale: #3F3F3F. Windows color (decimal): -10013431 or 603495. OLE color: 603495.
HSL color Cylindrical-coordinate representation of color #673509: hue angle of 28.09º 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 #673509 is Cyan = 0, Magento = 0.49, Yellow = 0.91 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 53 | 9 | - |
| CMYK | 0 | 0.49 | 0.91 | 0.60 |
| HSL | 28.09º | 0.84% | 0.22% | - |
| HSV(B) | 28.09º | 0.91% | 0.4% | - |
| XYZ | 6.92 | 5.45 | 0.95 | - |
| YUV | 62.93 | 97.57 | 156.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 53 | 9 | 0 | 0.49 | 0.91 | 0.60 | 28.09 | 0.84 | 0.22 |
| Hex | 67 | 35 | 9 | 0 | 31 | 5B | 3C | 1C | 54 | 16 |
| Octal | 147 | 65 | 11 | 0 | 61 | 133 | 74 | 34 | 124 | 26 |
| Binary | 1100111 | 110101 | 1001 | 0 | 110001 | 1011011 | 111100 | 11100 | 1010100 | 10110 |
Color Harmonies of #673509
Complementary color
Monochromatic Colors of #673509
Black with #673509
Text Example
Text Example
White with #673509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673509; }
p { color: rgb(103,53,9); }
H1.HeaderClassName
{
color: #673509;
}
.AnyTagClassName
{
color: #673509;
}
</style>
background-color css
<style>
a { background-color: #673509; }
a { background-color: rgb(103,53,9); }
div.DivClassName
{
background-color: #673509;
}
.BgClassName
{
background-color: #673509;
}
</style>
border-color css
<style>
span { border-color: #673509; }
span { border-color: rgb(103,53,9); }
td.TdClassName
{
border-color: #673509;
}
.TagClassName
{
border-color: #673509;
}
</style>