Shades of Baker's Chocolate #683311
Tints of Baker's Chocolate #683311
RGB
CMYK
RGB Variations
Color information
#683311 (or 0x683311) is known color: Baker's Chocolate. HEX triplet: 68, 33 and 11. RGB value is (104,51,17). Sum of RGB (Red+Green+Blue) = 104+51+17=172 (22% of max value = 765). Red value is 104 (41.02% from 255 or 60.47% from 172); Green value is 51 (20.31% from 255 or 29.65% from 172); Blue value is 17 (7.03% from 255 or 9.88% from 172); Max value from RGB is 104 - color contains mainly: red. Hex color #683311 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #683311 is #97CCEE. Grayscale: #3F3F3F. Windows color (decimal): -9948399 or 1127272. OLE color: 1127272.
HSL color Cylindrical-coordinate representation of color #683311: hue angle of 23.45º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #683311 is Cyan = 0, Magento = 0.51, Yellow = 0.84 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 51 | 17 | - |
| CMYK | 0 | 0.51 | 0.84 | 0.59 |
| HSL | 23.45º | 0.72% | 0.24% | - |
| HSV(B) | 23.45º | 0.84% | 0.41% | - |
| XYZ | 6.99 | 5.35 | 1.19 | - |
| YUV | 62.97 | 102.06 | 157.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 51 | 17 | 0 | 0.51 | 0.84 | 0.59 | 23.45 | 0.72 | 0.24 |
| Hex | 68 | 33 | 11 | 0 | 33 | 54 | 3B | 17 | 48 | 18 |
| Octal | 150 | 63 | 21 | 0 | 63 | 124 | 73 | 27 | 110 | 30 |
| Binary | 1101000 | 110011 | 10001 | 0 | 110011 | 1010100 | 111011 | 10111 | 1001000 | 11000 |
Color Harmonies of #683311
Complementary color
Monochromatic Colors of #683311
Black with #683311
Text Example
Text Example
White with #683311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683311; }
p { color: rgb(104,51,17); }
H1.HeaderClassName
{
color: #683311;
}
.AnyTagClassName
{
color: #683311;
}
</style>
background-color css
<style>
a { background-color: #683311; }
a { background-color: rgb(104,51,17); }
div.DivClassName
{
background-color: #683311;
}
.BgClassName
{
background-color: #683311;
}
</style>
border-color css
<style>
span { border-color: #683311; }
span { border-color: rgb(104,51,17); }
td.TdClassName
{
border-color: #683311;
}
.TagClassName
{
border-color: #683311;
}
</style>