Shades of Baker's Chocolate #682D01
Tints of Baker's Chocolate #682D01
RGB
CMYK
RGB Variations
Color information
#682D01 (or 0x682D01) is known color: Baker's Chocolate. HEX triplet: 68, 2D and 01. RGB value is (104,45,1). Sum of RGB (Red+Green+Blue) = 104+45+1=150 (19% of max value = 765). Red value is 104 (41.02% from 255 or 69.33% from 150); Green value is 45 (17.97% from 255 or 30% from 150); Blue value is 1 (0.78% from 255 or 0.67% from 150); Max value from RGB is 104 - color contains mainly: red. Hex color #682D01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #682D01 is #97D2FE. Grayscale: #393939. Windows color (decimal): -9949951 or 77160. OLE color: 77160.
HSL color Cylindrical-coordinate representation of color #682D01: hue angle of 25.63º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #682D01 is Cyan = 0, Magento = 0.57, Yellow = 0.99 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 45 | 1 | - |
| CMYK | 0 | 0.57 | 0.99 | 0.59 |
| HSL | 25.63º | 0.98% | 0.21% | - |
| HSV(B) | 25.63º | 0.99% | 0.41% | - |
| XYZ | 6.65 | 4.82 | 0.61 | - |
| YUV | 57.63 | 96.05 | 161.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 45 | 1 | 0 | 0.57 | 0.99 | 0.59 | 25.63 | 0.98 | 0.21 |
| Hex | 68 | 2D | 1 | 0 | 39 | 63 | 3B | 1A | 62 | 15 |
| Octal | 150 | 55 | 1 | 0 | 71 | 143 | 73 | 32 | 142 | 25 |
| Binary | 1101000 | 101101 | 1 | 0 | 111001 | 1100011 | 111011 | 11010 | 1100010 | 10101 |
Color Harmonies of #682D01
Complementary color
Monochromatic Colors of #682D01
Black with #682D01
Text Example
Text Example
White with #682D01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682D01; }
p { color: rgb(104,45,1); }
H1.HeaderClassName
{
color: #682D01;
}
.AnyTagClassName
{
color: #682D01;
}
</style>
background-color css
<style>
a { background-color: #682D01; }
a { background-color: rgb(104,45,1); }
div.DivClassName
{
background-color: #682D01;
}
.BgClassName
{
background-color: #682D01;
}
</style>
border-color css
<style>
span { border-color: #682D01; }
span { border-color: rgb(104,45,1); }
td.TdClassName
{
border-color: #682D01;
}
.TagClassName
{
border-color: #682D01;
}
</style>