Shades of Baker's Chocolate #623D10
Tints of Baker's Chocolate #623D10
RGB
CMYK
RGB Variations
Color information
#623D10 (or 0x623D10) is known color: Baker's Chocolate. HEX triplet: 62, 3D and 10. RGB value is (98,61,16). Sum of RGB (Red+Green+Blue) = 98+61+16=175 (23% of max value = 765). Red value is 98 (38.67% from 255 or 56% from 175); Green value is 61 (24.22% from 255 or 34.86% from 175); Blue value is 16 (6.64% from 255 or 9.14% from 175); Max value from RGB is 98 - color contains mainly: red. Hex color #623D10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #623D10 is #9DC2EF. Grayscale: #434343. Windows color (decimal): -10339056 or 1064290. OLE color: 1064290.
HSL color Cylindrical-coordinate representation of color #623D10: hue angle of 32.93º degrees, saturation: 0.72, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #623D10 is Cyan = 0, Magento = 0.38, Yellow = 0.84 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 61 | 16 | - |
| CMYK | 0 | 0.38 | 0.84 | 0.62 |
| HSL | 32.93º | 0.72% | 0.22% | - |
| HSV(B) | 32.93º | 0.84% | 0.38% | - |
| XYZ | 6.8 | 5.97 | 1.28 | - |
| YUV | 66.93 | 99.26 | 150.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 61 | 16 | 0 | 0.38 | 0.84 | 0.62 | 32.93 | 0.72 | 0.22 |
| Hex | 62 | 3D | 10 | 0 | 26 | 54 | 3E | 21 | 48 | 16 |
| Octal | 142 | 75 | 20 | 0 | 46 | 124 | 76 | 41 | 110 | 26 |
| Binary | 1100010 | 111101 | 10000 | 0 | 100110 | 1010100 | 111110 | 100001 | 1001000 | 10110 |
Color Harmonies of #623D10
Complementary color
Monochromatic Colors of #623D10
Black with #623D10
Text Example
Text Example
White with #623D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #623D10; }
p { color: rgb(98,61,16); }
H1.HeaderClassName
{
color: #623D10;
}
.AnyTagClassName
{
color: #623D10;
}
</style>
background-color css
<style>
a { background-color: #623D10; }
a { background-color: rgb(98,61,16); }
div.DivClassName
{
background-color: #623D10;
}
.BgClassName
{
background-color: #623D10;
}
</style>
border-color css
<style>
span { border-color: #623D10; }
span { border-color: rgb(98,61,16); }
td.TdClassName
{
border-color: #623D10;
}
.TagClassName
{
border-color: #623D10;
}
</style>