Shades of Baker's Chocolate #682509
Tints of Baker's Chocolate #682509
RGB
CMYK
RGB Variations
Color information
#682509 (or 0x682509) is known color: Baker's Chocolate. HEX triplet: 68, 25 and 09. RGB value is (104,37,9). Sum of RGB (Red+Green+Blue) = 104+37+9=150 (19% of max value = 765). Red value is 104 (41.02% from 255 or 69.33% from 150); Green value is 37 (14.84% from 255 or 24.67% from 150); Blue value is 9 (3.91% from 255 or 6% from 150); Max value from RGB is 104 - color contains mainly: red. Hex color #682509 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #682509 is #97DAF6. Grayscale: #363636. Windows color (decimal): -9951991 or 599400. OLE color: 599400.
HSL color Cylindrical-coordinate representation of color #682509: hue angle of 17.68º 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 #682509 is Cyan = 0, Magento = 0.64, Yellow = 0.91 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 37 | 9 | - |
| CMYK | 0 | 0.64 | 0.91 | 0.59 |
| HSL | 17.68º | 0.84% | 0.22% | - |
| HSV(B) | 17.68º | 0.91% | 0.41% | - |
| XYZ | 6.42 | 4.29 | 0.75 | - |
| YUV | 53.84 | 102.7 | 163.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 37 | 9 | 0 | 0.64 | 0.91 | 0.59 | 17.68 | 0.84 | 0.22 |
| Hex | 68 | 25 | 9 | 0 | 40 | 5B | 3B | 12 | 54 | 16 |
| Octal | 150 | 45 | 11 | 0 | 100 | 133 | 73 | 22 | 124 | 26 |
| Binary | 1101000 | 100101 | 1001 | 0 | 1000000 | 1011011 | 111011 | 10010 | 1010100 | 10110 |
Color Harmonies of #682509
Complementary color
Monochromatic Colors of #682509
Black with #682509
Text Example
Text Example
White with #682509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682509; }
p { color: rgb(104,37,9); }
H1.HeaderClassName
{
color: #682509;
}
.AnyTagClassName
{
color: #682509;
}
</style>
background-color css
<style>
a { background-color: #682509; }
a { background-color: rgb(104,37,9); }
div.DivClassName
{
background-color: #682509;
}
.BgClassName
{
background-color: #682509;
}
</style>
border-color css
<style>
span { border-color: #682509; }
span { border-color: rgb(104,37,9); }
td.TdClassName
{
border-color: #682509;
}
.TagClassName
{
border-color: #682509;
}
</style>