Shades of Baker's Chocolate #682F0B
Tints of Baker's Chocolate #682F0B
RGB
CMYK
RGB Variations
Color information
#682F0B (or 0x682F0B) is known color: Baker's Chocolate. HEX triplet: 68, 2F and 0B. RGB value is (104,47,11). Sum of RGB (Red+Green+Blue) = 104+47+11=162 (21% of max value = 765). Red value is 104 (41.02% from 255 or 64.20% from 162); Green value is 47 (18.75% from 255 or 29.01% from 162); Blue value is 11 (4.69% from 255 or 6.79% from 162); Max value from RGB is 104 - color contains mainly: red. Hex color #682F0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #682F0B is #97D0F4. Grayscale: #3C3C3C. Windows color (decimal): -9949429 or 733032. OLE color: 733032.
HSL color Cylindrical-coordinate representation of color #682F0B: hue angle of 23.23º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #682F0B is Cyan = 0, Magento = 0.55, Yellow = 0.89 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 47 | 11 | - |
| CMYK | 0 | 0.55 | 0.89 | 0.59 |
| HSL | 23.23º | 0.81% | 0.23% | - |
| HSV(B) | 23.23º | 0.89% | 0.41% | - |
| XYZ | 6.79 | 5 | 0.92 | - |
| YUV | 59.94 | 100.38 | 159.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 47 | 11 | 0 | 0.55 | 0.89 | 0.59 | 23.23 | 0.81 | 0.23 |
| Hex | 68 | 2F | B | 0 | 37 | 59 | 3B | 17 | 51 | 17 |
| Octal | 150 | 57 | 13 | 0 | 67 | 131 | 73 | 27 | 121 | 27 |
| Binary | 1101000 | 101111 | 1011 | 0 | 110111 | 1011001 | 111011 | 10111 | 1010001 | 10111 |
Color Harmonies of #682F0B
Complementary color
Monochromatic Colors of #682F0B
Black with #682F0B
Text Example
Text Example
White with #682F0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682F0B; }
p { color: rgb(104,47,11); }
H1.HeaderClassName
{
color: #682F0B;
}
.AnyTagClassName
{
color: #682F0B;
}
</style>
background-color css
<style>
a { background-color: #682F0B; }
a { background-color: rgb(104,47,11); }
div.DivClassName
{
background-color: #682F0B;
}
.BgClassName
{
background-color: #682F0B;
}
</style>
border-color css
<style>
span { border-color: #682F0B; }
span { border-color: rgb(104,47,11); }
td.TdClassName
{
border-color: #682F0B;
}
.TagClassName
{
border-color: #682F0B;
}
</style>