Shades of Baker's Chocolate #682105
Tints of Baker's Chocolate #682105
RGB
CMYK
RGB Variations
Color information
#682105 (or 0x682105) is known color: Baker's Chocolate. HEX triplet: 68, 21 and 05. RGB value is (104,33,5). Sum of RGB (Red+Green+Blue) = 104+33+5=142 (18% of max value = 765). Red value is 104 (41.02% from 255 or 73.24% from 142); Green value is 33 (13.28% from 255 or 23.24% from 142); Blue value is 5 (2.34% from 255 or 3.52% from 142); Max value from RGB is 104 - color contains mainly: red. Hex color #682105 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #682105 is #97DEFA. Grayscale: #333333. Windows color (decimal): -9953019 or 336232. OLE color: 336232.
HSL color Cylindrical-coordinate representation of color #682105: hue angle of 16.97º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #682105 is Cyan = 0, Magento = 0.68, Yellow = 0.95 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 33 | 5 | - |
| CMYK | 0 | 0.68 | 0.95 | 0.59 |
| HSL | 16.97º | 0.91% | 0.21% | - |
| HSV(B) | 16.97º | 0.95% | 0.41% | - |
| XYZ | 6.28 | 4.04 | 0.59 | - |
| YUV | 51.04 | 102.02 | 165.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 33 | 5 | 0 | 0.68 | 0.95 | 0.59 | 16.97 | 0.91 | 0.21 |
| Hex | 68 | 21 | 5 | 0 | 44 | 5F | 3B | 11 | 5B | 15 |
| Octal | 150 | 41 | 5 | 0 | 104 | 137 | 73 | 21 | 133 | 25 |
| Binary | 1101000 | 100001 | 101 | 0 | 1000100 | 1011111 | 111011 | 10001 | 1011011 | 10101 |
Color Harmonies of #682105
Complementary color
Monochromatic Colors of #682105
Black with #682105
Text Example
Text Example
White with #682105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682105; }
p { color: rgb(104,33,5); }
H1.HeaderClassName
{
color: #682105;
}
.AnyTagClassName
{
color: #682105;
}
</style>
background-color css
<style>
a { background-color: #682105; }
a { background-color: rgb(104,33,5); }
div.DivClassName
{
background-color: #682105;
}
.BgClassName
{
background-color: #682105;
}
</style>
border-color css
<style>
span { border-color: #682105; }
span { border-color: rgb(104,33,5); }
td.TdClassName
{
border-color: #682105;
}
.TagClassName
{
border-color: #682105;
}
</style>