Shades of Baker's Chocolate #623803
Tints of Baker's Chocolate #623803
RGB
CMYK
RGB Variations
Color information
#623803 (or 0x623803) is known color: Baker's Chocolate. HEX triplet: 62, 38 and 03. RGB value is (98,56,3). Sum of RGB (Red+Green+Blue) = 98+56+3=157 (20% of max value = 765). Red value is 98 (38.67% from 255 or 62.42% from 157); Green value is 56 (22.27% from 255 or 35.67% from 157); Blue value is 3 (1.56% from 255 or 1.91% from 157); Max value from RGB is 98 - color contains mainly: red. Hex color #623803 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #623803 is #9DC7FC. Grayscale: #3E3E3E. Windows color (decimal): -10340349 or 211042. OLE color: 211042.
HSL color Cylindrical-coordinate representation of color #623803: hue angle of 33.47º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #623803 is Cyan = 0, Magento = 0.43, Yellow = 0.97 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 56 | 3 | - |
| CMYK | 0 | 0.43 | 0.97 | 0.62 |
| HSL | 33.47º | 0.94% | 0.2% | - |
| HSV(B) | 33.47º | 0.97% | 0.38% | - |
| XYZ | 6.47 | 5.43 | 0.79 | - |
| YUV | 62.52 | 94.41 | 153.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 56 | 3 | 0 | 0.43 | 0.97 | 0.62 | 33.47 | 0.94 | 0.2 |
| Hex | 62 | 38 | 3 | 0 | 2B | 61 | 3E | 21 | 5E | 14 |
| Octal | 142 | 70 | 3 | 0 | 53 | 141 | 76 | 41 | 136 | 24 |
| Binary | 1100010 | 111000 | 11 | 0 | 101011 | 1100001 | 111110 | 100001 | 1011110 | 10100 |
Color Harmonies of #623803
Complementary color
Monochromatic Colors of #623803
Black with #623803
Text Example
Text Example
White with #623803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #623803; }
p { color: rgb(98,56,3); }
H1.HeaderClassName
{
color: #623803;
}
.AnyTagClassName
{
color: #623803;
}
</style>
background-color css
<style>
a { background-color: #623803; }
a { background-color: rgb(98,56,3); }
div.DivClassName
{
background-color: #623803;
}
.BgClassName
{
background-color: #623803;
}
</style>
border-color css
<style>
span { border-color: #623803; }
span { border-color: rgb(98,56,3); }
td.TdClassName
{
border-color: #623803;
}
.TagClassName
{
border-color: #623803;
}
</style>