Shades of Baker's Chocolate #683209
Tints of Baker's Chocolate #683209
RGB
CMYK
RGB Variations
Color information
#683209 (or 0x683209) is known color: Baker's Chocolate. HEX triplet: 68, 32 and 09. RGB value is (104,50,9). Sum of RGB (Red+Green+Blue) = 104+50+9=163 (21% of max value = 765). Red value is 104 (41.02% from 255 or 63.80% from 163); Green value is 50 (19.92% from 255 or 30.67% from 163); Blue value is 9 (3.91% from 255 or 5.52% from 163); Max value from RGB is 104 - color contains mainly: red. Hex color #683209 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #683209 is #97CDF6. Grayscale: #3D3D3D. Windows color (decimal): -9948663 or 602728. OLE color: 602728.
HSL color Cylindrical-coordinate representation of color #683209: hue angle of 25.89º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #683209 is Cyan = 0, Magento = 0.52, Yellow = 0.91 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 50 | 9 | - |
| CMYK | 0 | 0.52 | 0.91 | 0.59 |
| HSL | 25.89º | 0.84% | 0.22% | - |
| HSV(B) | 25.89º | 0.91% | 0.41% | - |
| XYZ | 6.9 | 5.24 | 0.91 | - |
| YUV | 61.47 | 98.39 | 158.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 50 | 9 | 0 | 0.52 | 0.91 | 0.59 | 25.89 | 0.84 | 0.22 |
| Hex | 68 | 32 | 9 | 0 | 34 | 5B | 3B | 1A | 54 | 16 |
| Octal | 150 | 62 | 11 | 0 | 64 | 133 | 73 | 32 | 124 | 26 |
| Binary | 1101000 | 110010 | 1001 | 0 | 110100 | 1011011 | 111011 | 11010 | 1010100 | 10110 |
Color Harmonies of #683209
Complementary color
Monochromatic Colors of #683209
Black with #683209
Text Example
Text Example
White with #683209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683209; }
p { color: rgb(104,50,9); }
H1.HeaderClassName
{
color: #683209;
}
.AnyTagClassName
{
color: #683209;
}
</style>
background-color css
<style>
a { background-color: #683209; }
a { background-color: rgb(104,50,9); }
div.DivClassName
{
background-color: #683209;
}
.BgClassName
{
background-color: #683209;
}
</style>
border-color css
<style>
span { border-color: #683209; }
span { border-color: rgb(104,50,9); }
td.TdClassName
{
border-color: #683209;
}
.TagClassName
{
border-color: #683209;
}
</style>