Shades of Baker's Chocolate #682901
Tints of Baker's Chocolate #682901
RGB
CMYK
RGB Variations
Color information
#682901 (or 0x682901) is known color: Baker's Chocolate. HEX triplet: 68, 29 and 01. RGB value is (104,41,1). Sum of RGB (Red+Green+Blue) = 104+41+1=146 (19% of max value = 765). Red value is 104 (41.02% from 255 or 71.23% from 146); Green value is 41 (16.41% from 255 or 28.08% from 146); Blue value is 1 (0.78% from 255 or 0.68% from 146); Max value from RGB is 104 - color contains mainly: red. Hex color #682901 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #682901 is #97D6FE. Grayscale: #373737. Windows color (decimal): -9950975 or 76136. OLE color: 76136.
HSL color Cylindrical-coordinate representation of color #682901: hue angle of 23.3º 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 #682901 is Cyan = 0, Magento = 0.61, Yellow = 0.99 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 41 | 1 | - |
| CMYK | 0 | 0.61 | 0.99 | 0.59 |
| HSL | 23.3º | 0.98% | 0.21% | - |
| HSV(B) | 23.3º | 0.99% | 0.41% | - |
| XYZ | 6.51 | 4.53 | 0.56 | - |
| YUV | 55.28 | 97.37 | 162.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 41 | 1 | 0 | 0.61 | 0.99 | 0.59 | 23.3 | 0.98 | 0.21 |
| Hex | 68 | 29 | 1 | 0 | 3D | 63 | 3B | 17 | 62 | 15 |
| Octal | 150 | 51 | 1 | 0 | 75 | 143 | 73 | 27 | 142 | 25 |
| Binary | 1101000 | 101001 | 1 | 0 | 111101 | 1100011 | 111011 | 10111 | 1100010 | 10101 |
Color Harmonies of #682901
Complementary color
Monochromatic Colors of #682901
Black with #682901
Text Example
Text Example
White with #682901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682901; }
p { color: rgb(104,41,1); }
H1.HeaderClassName
{
color: #682901;
}
.AnyTagClassName
{
color: #682901;
}
</style>
background-color css
<style>
a { background-color: #682901; }
a { background-color: rgb(104,41,1); }
div.DivClassName
{
background-color: #682901;
}
.BgClassName
{
background-color: #682901;
}
</style>
border-color css
<style>
span { border-color: #682901; }
span { border-color: rgb(104,41,1); }
td.TdClassName
{
border-color: #682901;
}
.TagClassName
{
border-color: #682901;
}
</style>