Shades of Baker's Chocolate #682D00
Tints of Baker's Chocolate #682D00
RGB
CMYK
RGB Variations
Color information
#682D00 (or 0x682D00) is known color: Baker's Chocolate. HEX triplet: 68, 2D and 00. RGB value is (104,45,0). Sum of RGB (Red+Green+Blue) = 104+45+0=149 (19% of max value = 765). Red value is 104 (41.02% from 255 or 69.80% from 149); Green value is 45 (17.97% from 255 or 30.20% from 149); Blue value is 0 (0.39% from 255 or 0% from 149); Max value from RGB is 104 - color contains mainly: red. Hex color #682D00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #682D00 is #97D2FF. Grayscale: #393939. Windows color (decimal): -9949952 or 11624. OLE color: 11624.
HSL color Cylindrical-coordinate representation of color #682D00: hue angle of 25.96º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #682D00 is Cyan = 0, Magento = 0.57, Yellow = 1 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 45 | 0 | - |
| CMYK | 0 | 0.57 | 1 | 0.59 |
| HSL | 25.96º | 1% | 0.2% | - |
| HSV(B) | 25.96º | 1% | 0.41% | - |
| XYZ | 6.65 | 4.82 | 0.58 | - |
| YUV | 57.51 | 95.55 | 161.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 45 | 0 | 0 | 0.57 | 1 | 0.59 | 25.96 | 1 | 0.2 |
| Hex | 68 | 2D | 0 | 0 | 39 | 64 | 3B | 1A | 64 | 14 |
| Octal | 150 | 55 | 0 | 0 | 71 | 144 | 73 | 32 | 144 | 24 |
| Binary | 1101000 | 101101 | 0 | 0 | 111001 | 1100100 | 111011 | 11010 | 1100100 | 10100 |
Color Harmonies of #682D00
Complementary color
Monochromatic Colors of #682D00
Black with #682D00
Text Example
Text Example
White with #682D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682D00; }
p { color: rgb(104,45,0); }
H1.HeaderClassName
{
color: #682D00;
}
.AnyTagClassName
{
color: #682D00;
}
</style>
background-color css
<style>
a { background-color: #682D00; }
a { background-color: rgb(104,45,0); }
div.DivClassName
{
background-color: #682D00;
}
.BgClassName
{
background-color: #682D00;
}
</style>
border-color css
<style>
span { border-color: #682D00; }
span { border-color: rgb(104,45,0); }
td.TdClassName
{
border-color: #682D00;
}
.TagClassName
{
border-color: #682D00;
}
</style>