Shades of Baker's Chocolate #682F18
Tints of Baker's Chocolate #682F18
RGB
CMYK
RGB Variations
Color information
#682F18 (or 0x682F18) is known color: Baker's Chocolate. HEX triplet: 68, 2F and 18. RGB value is (104,47,24). Sum of RGB (Red+Green+Blue) = 104+47+24=175 (23% of max value = 765). Red value is 104 (41.02% from 255 or 59.43% from 175); Green value is 47 (18.75% from 255 or 26.86% from 175); Blue value is 24 (9.77% from 255 or 13.71% from 175); Max value from RGB is 104 - color contains mainly: red. Hex color #682F18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #682F18 is #97D0E7. Grayscale: #3D3D3D. Windows color (decimal): -9949416 or 1585000. OLE color: 1585000.
HSL color Cylindrical-coordinate representation of color #682F18: hue angle of 17.25º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #682F18 is Cyan = 0, Magento = 0.55, Yellow = 0.77 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 47 | 24 | - |
| CMYK | 0 | 0.55 | 0.77 | 0.59 |
| HSL | 17.25º | 0.63% | 0.25% | - |
| HSV(B) | 17.25º | 0.77% | 0.41% | - |
| XYZ | 6.89 | 5.04 | 1.47 | - |
| YUV | 61.42 | 106.88 | 158.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 47 | 24 | 0 | 0.55 | 0.77 | 0.59 | 17.25 | 0.63 | 0.25 |
| Hex | 68 | 2F | 18 | 0 | 37 | 4D | 3B | 11 | 3E | 19 |
| Octal | 150 | 57 | 30 | 0 | 67 | 115 | 73 | 21 | 76 | 31 |
| Binary | 1101000 | 101111 | 11000 | 0 | 110111 | 1001101 | 111011 | 10001 | 111110 | 11001 |
Color Harmonies of #682F18
Complementary color
Monochromatic Colors of #682F18
Black with #682F18
Text Example
Text Example
White with #682F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682F18; }
p { color: rgb(104,47,24); }
H1.HeaderClassName
{
color: #682F18;
}
.AnyTagClassName
{
color: #682F18;
}
</style>
background-color css
<style>
a { background-color: #682F18; }
a { background-color: rgb(104,47,24); }
div.DivClassName
{
background-color: #682F18;
}
.BgClassName
{
background-color: #682F18;
}
</style>
border-color css
<style>
span { border-color: #682F18; }
span { border-color: rgb(104,47,24); }
td.TdClassName
{
border-color: #682F18;
}
.TagClassName
{
border-color: #682F18;
}
</style>