Shades of Baker's Chocolate #682912
Tints of Baker's Chocolate #682912
RGB
CMYK
RGB Variations
Color information
#682912 (or 0x682912) is known color: Baker's Chocolate. HEX triplet: 68, 29 and 12. RGB value is (104,41,18). Sum of RGB (Red+Green+Blue) = 104+41+18=163 (21% of max value = 765). Red value is 104 (41.02% from 255 or 63.80% from 163); Green value is 41 (16.41% from 255 or 25.15% from 163); Blue value is 18 (7.42% from 255 or 11.04% from 163); Max value from RGB is 104 - color contains mainly: red. Hex color #682912 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #682912 is #97D6ED. Grayscale: #393939. Windows color (decimal): -9950958 or 1190248. OLE color: 1190248.
HSL color Cylindrical-coordinate representation of color #682912: hue angle of 16.05º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #682912 is Cyan = 0, Magento = 0.61, Yellow = 0.83 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 41 | 18 | - |
| CMYK | 0 | 0.61 | 0.83 | 0.59 |
| HSL | 16.05º | 0.7% | 0.24% | - |
| HSV(B) | 16.05º | 0.83% | 0.41% | - |
| XYZ | 6.61 | 4.57 | 1.11 | - |
| YUV | 57.22 | 105.87 | 161.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 41 | 18 | 0 | 0.61 | 0.83 | 0.59 | 16.05 | 0.7 | 0.24 |
| Hex | 68 | 29 | 12 | 0 | 3D | 53 | 3B | 10 | 46 | 18 |
| Octal | 150 | 51 | 22 | 0 | 75 | 123 | 73 | 20 | 106 | 30 |
| Binary | 1101000 | 101001 | 10010 | 0 | 111101 | 1010011 | 111011 | 10000 | 1000110 | 11000 |
Color Harmonies of #682912
Complementary color
Monochromatic Colors of #682912
Black with #682912
Text Example
Text Example
White with #682912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682912; }
p { color: rgb(104,41,18); }
H1.HeaderClassName
{
color: #682912;
}
.AnyTagClassName
{
color: #682912;
}
</style>
background-color css
<style>
a { background-color: #682912; }
a { background-color: rgb(104,41,18); }
div.DivClassName
{
background-color: #682912;
}
.BgClassName
{
background-color: #682912;
}
</style>
border-color css
<style>
span { border-color: #682912; }
span { border-color: rgb(104,41,18); }
td.TdClassName
{
border-color: #682912;
}
.TagClassName
{
border-color: #682912;
}
</style>