Shades of Baker's Chocolate #623A03
Tints of Baker's Chocolate #623A03
RGB
CMYK
RGB Variations
Color information
#623A03 (or 0x623A03) is known color: Baker's Chocolate. HEX triplet: 62, 3A and 03. RGB value is (98,58,3). Sum of RGB (Red+Green+Blue) = 98+58+3=159 (21% of max value = 765). Red value is 98 (38.67% from 255 or 61.64% from 159); Green value is 58 (23.05% from 255 or 36.48% from 159); Blue value is 3 (1.56% from 255 or 1.89% from 159); Max value from RGB is 98 - color contains mainly: red. Hex color #623A03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #623A03 is #9DC5FC. Grayscale: #3F3F3F. Windows color (decimal): -10339837 or 211554. OLE color: 211554.
HSL color Cylindrical-coordinate representation of color #623A03: hue angle of 34.74º 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 #623A03 is Cyan = 0, Magento = 0.41, Yellow = 0.97 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 58 | 3 | - |
| CMYK | 0 | 0.41 | 0.97 | 0.62 |
| HSL | 34.74º | 0.94% | 0.2% | - |
| HSV(B) | 34.74º | 0.97% | 0.38% | - |
| XYZ | 6.57 | 5.63 | 0.83 | - |
| YUV | 63.69 | 93.75 | 152.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 58 | 3 | 0 | 0.41 | 0.97 | 0.62 | 34.74 | 0.94 | 0.2 |
| Hex | 62 | 3A | 3 | 0 | 29 | 61 | 3E | 23 | 5E | 14 |
| Octal | 142 | 72 | 3 | 0 | 51 | 141 | 76 | 43 | 136 | 24 |
| Binary | 1100010 | 111010 | 11 | 0 | 101001 | 1100001 | 111110 | 100011 | 1011110 | 10100 |
Color Harmonies of #623A03
Complementary color
Monochromatic Colors of #623A03
Black with #623A03
Text Example
Text Example
White with #623A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #623A03; }
p { color: rgb(98,58,3); }
H1.HeaderClassName
{
color: #623A03;
}
.AnyTagClassName
{
color: #623A03;
}
</style>
background-color css
<style>
a { background-color: #623A03; }
a { background-color: rgb(98,58,3); }
div.DivClassName
{
background-color: #623A03;
}
.BgClassName
{
background-color: #623A03;
}
</style>
border-color css
<style>
span { border-color: #623A03; }
span { border-color: rgb(98,58,3); }
td.TdClassName
{
border-color: #623A03;
}
.TagClassName
{
border-color: #623A03;
}
</style>