Shades of Baker's Chocolate #623C13
Tints of Baker's Chocolate #623C13
RGB
CMYK
RGB Variations
Color information
#623C13 (or 0x623C13) is known color: Baker's Chocolate. HEX triplet: 62, 3C and 13. RGB value is (98,60,19). Sum of RGB (Red+Green+Blue) = 98+60+19=177 (23% of max value = 765). Red value is 98 (38.67% from 255 or 55.37% from 177); Green value is 60 (23.83% from 255 or 33.90% from 177); Blue value is 19 (7.81% from 255 or 10.73% from 177); Max value from RGB is 98 - color contains mainly: red. Hex color #623C13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #623C13 is #9DC3EC. Grayscale: #424242. Windows color (decimal): -10339309 or 1260642. OLE color: 1260642.
HSL color Cylindrical-coordinate representation of color #623C13: hue angle of 31.14º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #623C13 is Cyan = 0, Magento = 0.39, Yellow = 0.81 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 60 | 19 | - |
| CMYK | 0 | 0.39 | 0.81 | 0.62 |
| HSL | 31.14º | 0.68% | 0.23% | - |
| HSV(B) | 31.14º | 0.81% | 0.38% | - |
| XYZ | 6.77 | 5.88 | 1.39 | - |
| YUV | 66.69 | 101.09 | 150.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 60 | 19 | 0 | 0.39 | 0.81 | 0.62 | 31.14 | 0.68 | 0.23 |
| Hex | 62 | 3C | 13 | 0 | 27 | 51 | 3E | 1F | 44 | 17 |
| Octal | 142 | 74 | 23 | 0 | 47 | 121 | 76 | 37 | 104 | 27 |
| Binary | 1100010 | 111100 | 10011 | 0 | 100111 | 1010001 | 111110 | 11111 | 1000100 | 10111 |
Color Harmonies of #623C13
Complementary color
Monochromatic Colors of #623C13
Black with #623C13
Text Example
Text Example
White with #623C13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #623C13; }
p { color: rgb(98,60,19); }
H1.HeaderClassName
{
color: #623C13;
}
.AnyTagClassName
{
color: #623C13;
}
</style>
background-color css
<style>
a { background-color: #623C13; }
a { background-color: rgb(98,60,19); }
div.DivClassName
{
background-color: #623C13;
}
.BgClassName
{
background-color: #623C13;
}
</style>
border-color css
<style>
span { border-color: #623C13; }
span { border-color: rgb(98,60,19); }
td.TdClassName
{
border-color: #623C13;
}
.TagClassName
{
border-color: #623C13;
}
</style>