Shades of Baker's Chocolate #682900
Tints of Baker's Chocolate #682900
RGB
CMYK
RGB Variations
Color information
#682900 (or 0x682900) is known color: Baker's Chocolate. HEX triplet: 68, 29 and 00. RGB value is (104,41,0). Sum of RGB (Red+Green+Blue) = 104+41+0=145 (19% of max value = 765). Red value is 104 (41.02% from 255 or 71.72% from 145); Green value is 41 (16.41% from 255 or 28.28% from 145); Blue value is 0 (0.39% from 255 or 0% from 145); Max value from RGB is 104 - color contains mainly: red. Hex color #682900 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #682900 is #97D6FF. Grayscale: #373737. Windows color (decimal): -9950976 or 10600. OLE color: 10600.
HSL color Cylindrical-coordinate representation of color #682900: hue angle of 23.65º 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 #682900 is Cyan = 0, Magento = 0.61, Yellow = 1 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 41 | 0 | - |
| CMYK | 0 | 0.61 | 1 | 0.59 |
| HSL | 23.65º | 1% | 0.2% | - |
| HSV(B) | 23.65º | 1% | 0.41% | - |
| XYZ | 6.5 | 4.53 | 0.53 | - |
| YUV | 55.16 | 96.87 | 162.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 41 | 0 | 0 | 0.61 | 1 | 0.59 | 23.65 | 1 | 0.2 |
| Hex | 68 | 29 | 0 | 0 | 3D | 64 | 3B | 18 | 64 | 14 |
| Octal | 150 | 51 | 0 | 0 | 75 | 144 | 73 | 30 | 144 | 24 |
| Binary | 1101000 | 101001 | 0 | 0 | 111101 | 1100100 | 111011 | 11000 | 1100100 | 10100 |
Color Harmonies of #682900
Complementary color
Monochromatic Colors of #682900
Black with #682900
Text Example
Text Example
White with #682900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682900; }
p { color: rgb(104,41,0); }
H1.HeaderClassName
{
color: #682900;
}
.AnyTagClassName
{
color: #682900;
}
</style>
background-color css
<style>
a { background-color: #682900; }
a { background-color: rgb(104,41,0); }
div.DivClassName
{
background-color: #682900;
}
.BgClassName
{
background-color: #682900;
}
</style>
border-color css
<style>
span { border-color: #682900; }
span { border-color: rgb(104,41,0); }
td.TdClassName
{
border-color: #682900;
}
.TagClassName
{
border-color: #682900;
}
</style>