Shades of Baker's Chocolate #683109
Tints of Baker's Chocolate #683109
RGB
CMYK
RGB Variations
Color information
#683109 (or 0x683109) is known color: Baker's Chocolate. HEX triplet: 68, 31 and 09. RGB value is (104,49,9). Sum of RGB (Red+Green+Blue) = 104+49+9=162 (21% of max value = 765). Red value is 104 (41.02% from 255 or 64.20% from 162); Green value is 49 (19.53% from 255 or 30.25% from 162); Blue value is 9 (3.91% from 255 or 5.56% from 162); Max value from RGB is 104 - color contains mainly: red. Hex color #683109 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #683109 is #97CEF6. Grayscale: #3D3D3D. Windows color (decimal): -9948919 or 602472. OLE color: 602472.
HSL color Cylindrical-coordinate representation of color #683109: hue angle of 25.26º 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 #683109 is Cyan = 0, Magento = 0.53, Yellow = 0.91 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 49 | 9 | - |
| CMYK | 0 | 0.53 | 0.91 | 0.59 |
| HSL | 25.26º | 0.84% | 0.22% | - |
| HSV(B) | 25.26º | 0.91% | 0.41% | - |
| XYZ | 6.86 | 5.16 | 0.89 | - |
| YUV | 60.89 | 98.72 | 158.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 49 | 9 | 0 | 0.53 | 0.91 | 0.59 | 25.26 | 0.84 | 0.22 |
| Hex | 68 | 31 | 9 | 0 | 35 | 5B | 3B | 19 | 54 | 16 |
| Octal | 150 | 61 | 11 | 0 | 65 | 133 | 73 | 31 | 124 | 26 |
| Binary | 1101000 | 110001 | 1001 | 0 | 110101 | 1011011 | 111011 | 11001 | 1010100 | 10110 |
Color Harmonies of #683109
Complementary color
Monochromatic Colors of #683109
Black with #683109
Text Example
Text Example
White with #683109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683109; }
p { color: rgb(104,49,9); }
H1.HeaderClassName
{
color: #683109;
}
.AnyTagClassName
{
color: #683109;
}
</style>
background-color css
<style>
a { background-color: #683109; }
a { background-color: rgb(104,49,9); }
div.DivClassName
{
background-color: #683109;
}
.BgClassName
{
background-color: #683109;
}
</style>
border-color css
<style>
span { border-color: #683109; }
span { border-color: rgb(104,49,9); }
td.TdClassName
{
border-color: #683109;
}
.TagClassName
{
border-color: #683109;
}
</style>