Shades of Baker's Chocolate #682501
Tints of Baker's Chocolate #682501
RGB
CMYK
RGB Variations
Color information
#682501 (or 0x682501) is known color: Baker's Chocolate. HEX triplet: 68, 25 and 01. RGB value is (104,37,1). Sum of RGB (Red+Green+Blue) = 104+37+1=142 (18% of max value = 765). Red value is 104 (41.02% from 255 or 73.24% from 142); Green value is 37 (14.84% from 255 or 26.06% from 142); Blue value is 1 (0.78% from 255 or 0.70% from 142); Max value from RGB is 104 - color contains mainly: red. Hex color #682501 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #682501 is #97DAFE. Grayscale: #353535. Windows color (decimal): -9951999 or 75112. OLE color: 75112.
HSL color Cylindrical-coordinate representation of color #682501: hue angle of 20.97º 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 #682501 is Cyan = 0, Magento = 0.64, Yellow = 0.99 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 37 | 1 | - |
| CMYK | 0 | 0.64 | 0.99 | 0.59 |
| HSL | 20.97º | 0.98% | 0.21% | - |
| HSV(B) | 20.97º | 0.99% | 0.41% | - |
| XYZ | 6.38 | 4.27 | 0.52 | - |
| YUV | 52.93 | 98.7 | 164.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 37 | 1 | 0 | 0.64 | 0.99 | 0.59 | 20.97 | 0.98 | 0.21 |
| Hex | 68 | 25 | 1 | 0 | 40 | 63 | 3B | 15 | 62 | 15 |
| Octal | 150 | 45 | 1 | 0 | 100 | 143 | 73 | 25 | 142 | 25 |
| Binary | 1101000 | 100101 | 1 | 0 | 1000000 | 1100011 | 111011 | 10101 | 1100010 | 10101 |
Color Harmonies of #682501
Complementary color
Monochromatic Colors of #682501
Black with #682501
Text Example
Text Example
White with #682501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682501; }
p { color: rgb(104,37,1); }
H1.HeaderClassName
{
color: #682501;
}
.AnyTagClassName
{
color: #682501;
}
</style>
background-color css
<style>
a { background-color: #682501; }
a { background-color: rgb(104,37,1); }
div.DivClassName
{
background-color: #682501;
}
.BgClassName
{
background-color: #682501;
}
</style>
border-color css
<style>
span { border-color: #682501; }
span { border-color: rgb(104,37,1); }
td.TdClassName
{
border-color: #682501;
}
.TagClassName
{
border-color: #682501;
}
</style>