Shades of Baker's Chocolate #682C05
Tints of Baker's Chocolate #682C05
RGB
CMYK
RGB Variations
Color information
#682C05 (or 0x682C05) is known color: Baker's Chocolate. HEX triplet: 68, 2C and 05. RGB value is (104,44,5). Sum of RGB (Red+Green+Blue) = 104+44+5=153 (20% of max value = 765). Red value is 104 (41.02% from 255 or 67.97% from 153); Green value is 44 (17.58% from 255 or 28.76% from 153); Blue value is 5 (2.34% from 255 or 3.27% from 153); Max value from RGB is 104 - color contains mainly: red. Hex color #682C05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #682C05 is #97D3FA. Grayscale: #393939. Windows color (decimal): -9950203 or 339048. OLE color: 339048.
HSL color Cylindrical-coordinate representation of color #682C05: hue angle of 23.64º 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 #682C05 is Cyan = 0, Magento = 0.58, Yellow = 0.95 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 44 | 5 | - |
| CMYK | 0 | 0.58 | 0.95 | 0.59 |
| HSL | 23.64º | 0.91% | 0.21% | - |
| HSV(B) | 23.64º | 0.95% | 0.41% | - |
| XYZ | 6.64 | 4.76 | 0.71 | - |
| YUV | 57.49 | 98.38 | 161.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 44 | 5 | 0 | 0.58 | 0.95 | 0.59 | 23.64 | 0.91 | 0.21 |
| Hex | 68 | 2C | 5 | 0 | 3A | 5F | 3B | 18 | 5B | 15 |
| Octal | 150 | 54 | 5 | 0 | 72 | 137 | 73 | 30 | 133 | 25 |
| Binary | 1101000 | 101100 | 101 | 0 | 111010 | 1011111 | 111011 | 11000 | 1011011 | 10101 |
Color Harmonies of #682C05
Complementary color
Monochromatic Colors of #682C05
Black with #682C05
Text Example
Text Example
White with #682C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682C05; }
p { color: rgb(104,44,5); }
H1.HeaderClassName
{
color: #682C05;
}
.AnyTagClassName
{
color: #682C05;
}
</style>
background-color css
<style>
a { background-color: #682C05; }
a { background-color: rgb(104,44,5); }
div.DivClassName
{
background-color: #682C05;
}
.BgClassName
{
background-color: #682C05;
}
</style>
border-color css
<style>
span { border-color: #682C05; }
span { border-color: rgb(104,44,5); }
td.TdClassName
{
border-color: #682C05;
}
.TagClassName
{
border-color: #682C05;
}
</style>