Shades of Baker's Chocolate #68320A
Tints of Baker's Chocolate #68320A
RGB
CMYK
RGB Variations
Color information
#68320A (or 0x68320A) is known color: Baker's Chocolate. HEX triplet: 68, 32 and 0A. RGB value is (104,50,10). Sum of RGB (Red+Green+Blue) = 104+50+10=164 (21% of max value = 765). Red value is 104 (41.02% from 255 or 63.41% from 164); Green value is 50 (19.92% from 255 or 30.49% from 164); Blue value is 10 (4.30% from 255 or 6.10% from 164); Max value from RGB is 104 - color contains mainly: red. Hex color #68320A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #68320A is #97CDF5. Grayscale: #3D3D3D. Windows color (decimal): -9948662 or 668264. OLE color: 668264.
HSL color Cylindrical-coordinate representation of color #68320A: hue angle of 25.53º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #68320A is Cyan = 0, Magento = 0.52, Yellow = 0.90 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 50 | 10 | - |
| CMYK | 0 | 0.52 | 0.90 | 0.59 |
| HSL | 25.53º | 0.82% | 0.22% | - |
| HSV(B) | 25.53º | 0.9% | 0.41% | - |
| XYZ | 6.9 | 5.25 | 0.94 | - |
| YUV | 61.59 | 98.89 | 158.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 50 | 10 | 0 | 0.52 | 0.90 | 0.59 | 25.53 | 0.82 | 0.22 |
| Hex | 68 | 32 | A | 0 | 34 | 5A | 3B | 1A | 52 | 16 |
| Octal | 150 | 62 | 12 | 0 | 64 | 132 | 73 | 32 | 122 | 26 |
| Binary | 1101000 | 110010 | 1010 | 0 | 110100 | 1011010 | 111011 | 11010 | 1010010 | 10110 |
Color Harmonies of #68320A
Complementary color
Monochromatic Colors of #68320A
Black with #68320A
Text Example
Text Example
White with #68320A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68320A; }
p { color: rgb(104,50,10); }
H1.HeaderClassName
{
color: #68320A;
}
.AnyTagClassName
{
color: #68320A;
}
</style>
background-color css
<style>
a { background-color: #68320A; }
a { background-color: rgb(104,50,10); }
div.DivClassName
{
background-color: #68320A;
}
.BgClassName
{
background-color: #68320A;
}
</style>
border-color css
<style>
span { border-color: #68320A; }
span { border-color: rgb(104,50,10); }
td.TdClassName
{
border-color: #68320A;
}
.TagClassName
{
border-color: #68320A;
}
</style>