Shades of Baker's Chocolate #683317
Tints of Baker's Chocolate #683317
RGB
CMYK
RGB Variations
Color information
#683317 (or 0x683317) is known color: Baker's Chocolate. HEX triplet: 68, 33 and 17. RGB value is (104,51,23). Sum of RGB (Red+Green+Blue) = 104+51+23=178 (23% of max value = 765). Red value is 104 (41.02% from 255 or 58.43% from 178); Green value is 51 (20.31% from 255 or 28.65% from 178); Blue value is 23 (9.38% from 255 or 12.92% from 178); Max value from RGB is 104 - color contains mainly: red. Hex color #683317 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #683317 is #97CCE8. Grayscale: #3F3F3F. Windows color (decimal): -9948393 or 1520488. OLE color: 1520488.
HSL color Cylindrical-coordinate representation of color #683317: hue angle of 20.74º degrees, saturation: 0.64, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #683317 is Cyan = 0, Magento = 0.51, Yellow = 0.78 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 51 | 23 | - |
| CMYK | 0 | 0.51 | 0.78 | 0.59 |
| HSL | 20.74º | 0.64% | 0.25% | - |
| HSV(B) | 20.74º | 0.78% | 0.41% | - |
| XYZ | 7.05 | 5.37 | 1.48 | - |
| YUV | 63.66 | 105.06 | 156.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 51 | 23 | 0 | 0.51 | 0.78 | 0.59 | 20.74 | 0.64 | 0.25 |
| Hex | 68 | 33 | 17 | 0 | 33 | 4E | 3B | 15 | 40 | 19 |
| Octal | 150 | 63 | 27 | 0 | 63 | 116 | 73 | 25 | 100 | 31 |
| Binary | 1101000 | 110011 | 10111 | 0 | 110011 | 1001110 | 111011 | 10101 | 1000000 | 11001 |
Color Harmonies of #683317
Complementary color
Monochromatic Colors of #683317
Black with #683317
Text Example
Text Example
White with #683317
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683317; }
p { color: rgb(104,51,23); }
H1.HeaderClassName
{
color: #683317;
}
.AnyTagClassName
{
color: #683317;
}
</style>
background-color css
<style>
a { background-color: #683317; }
a { background-color: rgb(104,51,23); }
div.DivClassName
{
background-color: #683317;
}
.BgClassName
{
background-color: #683317;
}
</style>
border-color css
<style>
span { border-color: #683317; }
span { border-color: rgb(104,51,23); }
td.TdClassName
{
border-color: #683317;
}
.TagClassName
{
border-color: #683317;
}
</style>