Shades of Baker's Chocolate #623603
Tints of Baker's Chocolate #623603
RGB
CMYK
RGB Variations
Color information
#623603 (or 0x623603) is known color: Baker's Chocolate. HEX triplet: 62, 36 and 03. RGB value is (98,54,3). Sum of RGB (Red+Green+Blue) = 98+54+3=155 (20% of max value = 765). Red value is 98 (38.67% from 255 or 63.23% from 155); Green value is 54 (21.48% from 255 or 34.84% from 155); Blue value is 3 (1.56% from 255 or 1.94% from 155); Max value from RGB is 98 - color contains mainly: red. Hex color #623603 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #623603 is #9DC9FC. Grayscale: #3D3D3D. Windows color (decimal): -10340861 or 210530. OLE color: 210530.
HSL color Cylindrical-coordinate representation of color #623603: hue angle of 32.21º 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 #623603 is Cyan = 0, Magento = 0.45, Yellow = 0.97 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 54 | 3 | - |
| CMYK | 0 | 0.45 | 0.97 | 0.62 |
| HSL | 32.21º | 0.94% | 0.2% | - |
| HSV(B) | 32.21º | 0.97% | 0.38% | - |
| XYZ | 6.37 | 5.24 | 0.76 | - |
| YUV | 61.34 | 95.08 | 154.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 54 | 3 | 0 | 0.45 | 0.97 | 0.62 | 32.21 | 0.94 | 0.2 |
| Hex | 62 | 36 | 3 | 0 | 2D | 61 | 3E | 20 | 5E | 14 |
| Octal | 142 | 66 | 3 | 0 | 55 | 141 | 76 | 40 | 136 | 24 |
| Binary | 1100010 | 110110 | 11 | 0 | 101101 | 1100001 | 111110 | 100000 | 1011110 | 10100 |
Color Harmonies of #623603
Complementary color
Monochromatic Colors of #623603
Black with #623603
Text Example
Text Example
White with #623603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #623603; }
p { color: rgb(98,54,3); }
H1.HeaderClassName
{
color: #623603;
}
.AnyTagClassName
{
color: #623603;
}
</style>
background-color css
<style>
a { background-color: #623603; }
a { background-color: rgb(98,54,3); }
div.DivClassName
{
background-color: #623603;
}
.BgClassName
{
background-color: #623603;
}
</style>
border-color css
<style>
span { border-color: #623603; }
span { border-color: rgb(98,54,3); }
td.TdClassName
{
border-color: #623603;
}
.TagClassName
{
border-color: #623603;
}
</style>