Shades of Baker's Chocolate #673309
Tints of Baker's Chocolate #673309
RGB
CMYK
RGB Variations
Color information
#673309 (or 0x673309) is known color: Baker's Chocolate. HEX triplet: 67, 33 and 09. RGB value is (103,51,9). Sum of RGB (Red+Green+Blue) = 103+51+9=163 (21% of max value = 765). Red value is 103 (40.62% from 255 or 63.19% from 163); Green value is 51 (20.31% from 255 or 31.29% from 163); Blue value is 9 (3.91% from 255 or 5.52% from 163); Max value from RGB is 103 - color contains mainly: red. Hex color #673309 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #673309 is #98CCF6. Grayscale: #3D3D3D. Windows color (decimal): -10013943 or 602983. OLE color: 602983.
HSL color Cylindrical-coordinate representation of color #673309: hue angle of 26.81º 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 #673309 is Cyan = 0, Magento = 0.50, Yellow = 0.91 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 51 | 9 | - |
| CMYK | 0 | 0.50 | 0.91 | 0.60 |
| HSL | 26.81º | 0.84% | 0.22% | - |
| HSV(B) | 26.81º | 0.91% | 0.4% | - |
| XYZ | 6.83 | 5.27 | 0.92 | - |
| YUV | 61.76 | 98.23 | 157.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 51 | 9 | 0 | 0.50 | 0.91 | 0.60 | 26.81 | 0.84 | 0.22 |
| Hex | 67 | 33 | 9 | 0 | 32 | 5B | 3C | 1B | 54 | 16 |
| Octal | 147 | 63 | 11 | 0 | 62 | 133 | 74 | 33 | 124 | 26 |
| Binary | 1100111 | 110011 | 1001 | 0 | 110010 | 1011011 | 111100 | 11011 | 1010100 | 10110 |
Color Harmonies of #673309
Complementary color
Monochromatic Colors of #673309
Black with #673309
Text Example
Text Example
White with #673309
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673309; }
p { color: rgb(103,51,9); }
H1.HeaderClassName
{
color: #673309;
}
.AnyTagClassName
{
color: #673309;
}
</style>
background-color css
<style>
a { background-color: #673309; }
a { background-color: rgb(103,51,9); }
div.DivClassName
{
background-color: #673309;
}
.BgClassName
{
background-color: #673309;
}
</style>
border-color css
<style>
span { border-color: #673309; }
span { border-color: rgb(103,51,9); }
td.TdClassName
{
border-color: #673309;
}
.TagClassName
{
border-color: #673309;
}
</style>