Shades of Baker's Chocolate #683312
Tints of Baker's Chocolate #683312
RGB
CMYK
RGB Variations
Color information
#683312 (or 0x683312) is known color: Baker's Chocolate. HEX triplet: 68, 33 and 12. RGB value is (104,51,18). Sum of RGB (Red+Green+Blue) = 104+51+18=173 (22% of max value = 765). Red value is 104 (41.02% from 255 or 60.12% from 173); Green value is 51 (20.31% from 255 or 29.48% from 173); Blue value is 18 (7.42% from 255 or 10.40% from 173); Max value from RGB is 104 - color contains mainly: red. Hex color #683312 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #683312 is #97CCED. Grayscale: #3F3F3F. Windows color (decimal): -9948398 or 1192808. OLE color: 1192808.
HSL color Cylindrical-coordinate representation of color #683312: hue angle of 23.02º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #683312 is Cyan = 0, Magento = 0.51, Yellow = 0.83 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 51 | 18 | - |
| CMYK | 0 | 0.51 | 0.83 | 0.59 |
| HSL | 23.02º | 0.7% | 0.24% | - |
| HSV(B) | 23.02º | 0.83% | 0.41% | - |
| XYZ | 7 | 5.35 | 1.24 | - |
| YUV | 63.09 | 102.56 | 157.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 51 | 18 | 0 | 0.51 | 0.83 | 0.59 | 23.02 | 0.7 | 0.24 |
| Hex | 68 | 33 | 12 | 0 | 33 | 53 | 3B | 17 | 46 | 18 |
| Octal | 150 | 63 | 22 | 0 | 63 | 123 | 73 | 27 | 106 | 30 |
| Binary | 1101000 | 110011 | 10010 | 0 | 110011 | 1010011 | 111011 | 10111 | 1000110 | 11000 |
Color Harmonies of #683312
Complementary color
Monochromatic Colors of #683312
Black with #683312
Text Example
Text Example
White with #683312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683312; }
p { color: rgb(104,51,18); }
H1.HeaderClassName
{
color: #683312;
}
.AnyTagClassName
{
color: #683312;
}
</style>
background-color css
<style>
a { background-color: #683312; }
a { background-color: rgb(104,51,18); }
div.DivClassName
{
background-color: #683312;
}
.BgClassName
{
background-color: #683312;
}
</style>
border-color css
<style>
span { border-color: #683312; }
span { border-color: rgb(104,51,18); }
td.TdClassName
{
border-color: #683312;
}
.TagClassName
{
border-color: #683312;
}
</style>