Shades of Baker's Chocolate #682D08
Tints of Baker's Chocolate #682D08
RGB
CMYK
RGB Variations
Color information
#682D08 (or 0x682D08) is known color: Baker's Chocolate. HEX triplet: 68, 2D and 08. RGB value is (104,45,8). Sum of RGB (Red+Green+Blue) = 104+45+8=157 (20% of max value = 765). Red value is 104 (41.02% from 255 or 66.24% from 157); Green value is 45 (17.97% from 255 or 28.66% from 157); Blue value is 8 (3.52% from 255 or 5.10% from 157); Max value from RGB is 104 - color contains mainly: red. Hex color #682D08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #682D08 is #97D2F7. Grayscale: #3A3A3A. Windows color (decimal): -9949944 or 535912. OLE color: 535912.
HSL color Cylindrical-coordinate representation of color #682D08: hue angle of 23.12º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #682D08 is Cyan = 0, Magento = 0.57, Yellow = 0.92 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 45 | 8 | - |
| CMYK | 0 | 0.57 | 0.92 | 0.59 |
| HSL | 23.13º | 0.86% | 0.22% | - |
| HSV(B) | 23.13º | 0.92% | 0.41% | - |
| XYZ | 6.69 | 4.84 | 0.81 | - |
| YUV | 58.42 | 99.55 | 160.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 45 | 8 | 0 | 0.57 | 0.92 | 0.59 | 23.13 | 0.86 | 0.22 |
| Hex | 68 | 2D | 8 | 0 | 39 | 5C | 3B | 17 | 56 | 16 |
| Octal | 150 | 55 | 10 | 0 | 71 | 134 | 73 | 27 | 126 | 26 |
| Binary | 1101000 | 101101 | 1000 | 0 | 111001 | 1011100 | 111011 | 10111 | 1010110 | 10110 |
Color Harmonies of #682D08
Complementary color
Monochromatic Colors of #682D08
Black with #682D08
Text Example
Text Example
White with #682D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682D08; }
p { color: rgb(104,45,8); }
H1.HeaderClassName
{
color: #682D08;
}
.AnyTagClassName
{
color: #682D08;
}
</style>
background-color css
<style>
a { background-color: #682D08; }
a { background-color: rgb(104,45,8); }
div.DivClassName
{
background-color: #682D08;
}
.BgClassName
{
background-color: #682D08;
}
</style>
border-color css
<style>
span { border-color: #682D08; }
span { border-color: rgb(104,45,8); }
td.TdClassName
{
border-color: #682D08;
}
.TagClassName
{
border-color: #682D08;
}
</style>