Shades of Baker's Chocolate #623113
Tints of Baker's Chocolate #623113
RGB
CMYK
RGB Variations
Color information
#623113 (or 0x623113) is known color: Baker's Chocolate. HEX triplet: 62, 31 and 13. RGB value is (98,49,19). Sum of RGB (Red+Green+Blue) = 98+49+19=166 (21% of max value = 765). Red value is 98 (38.67% from 255 or 59.04% from 166); Green value is 49 (19.53% from 255 or 29.52% from 166); Blue value is 19 (7.81% from 255 or 11.45% from 166); Max value from RGB is 98 - color contains mainly: red. Hex color #623113 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #623113 is #9DCEEC. Grayscale: #3C3C3C. Windows color (decimal): -10342125 or 1257826. OLE color: 1257826.
HSL color Cylindrical-coordinate representation of color #623113: hue angle of 22.78º 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 #623113 is Cyan = 0, Magento = 0.5, Yellow = 0.81 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 49 | 19 | - |
| CMYK | 0 | 0.5 | 0.81 | 0.62 |
| HSL | 22.78º | 0.68% | 0.23% | - |
| HSV(B) | 22.78º | 0.81% | 0.38% | - |
| XYZ | 6.25 | 4.84 | 1.22 | - |
| YUV | 60.23 | 104.73 | 154.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 49 | 19 | 0 | 0.5 | 0.81 | 0.62 | 22.78 | 0.68 | 0.23 |
| Hex | 62 | 31 | 13 | 0 | 32 | 51 | 3E | 17 | 44 | 17 |
| Octal | 142 | 61 | 23 | 0 | 62 | 121 | 76 | 27 | 104 | 27 |
| Binary | 1100010 | 110001 | 10011 | 0 | 110010 | 1010001 | 111110 | 10111 | 1000100 | 10111 |
Color Harmonies of #623113
Complementary color
Monochromatic Colors of #623113
Black with #623113
Text Example
Text Example
White with #623113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #623113; }
p { color: rgb(98,49,19); }
H1.HeaderClassName
{
color: #623113;
}
.AnyTagClassName
{
color: #623113;
}
</style>
background-color css
<style>
a { background-color: #623113; }
a { background-color: rgb(98,49,19); }
div.DivClassName
{
background-color: #623113;
}
.BgClassName
{
background-color: #623113;
}
</style>
border-color css
<style>
span { border-color: #623113; }
span { border-color: rgb(98,49,19); }
td.TdClassName
{
border-color: #623113;
}
.TagClassName
{
border-color: #623113;
}
</style>