Shades of Baker's Chocolate #623503
Tints of Baker's Chocolate #623503
RGB
CMYK
RGB Variations
Color information
#623503 (or 0x623503) is known color: Baker's Chocolate. HEX triplet: 62, 35 and 03. RGB value is (98,53,3). Sum of RGB (Red+Green+Blue) = 98+53+3=154 (20% of max value = 765). Red value is 98 (38.67% from 255 or 63.64% from 154); Green value is 53 (21.09% from 255 or 34.42% from 154); Blue value is 3 (1.56% from 255 or 1.95% from 154); Max value from RGB is 98 - color contains mainly: red. Hex color #623503 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #623503 is #9DCAFC. Grayscale: #3D3D3D. Windows color (decimal): -10341117 or 210274. OLE color: 210274.
HSL color Cylindrical-coordinate representation of color #623503: hue angle of 31.58º 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 #623503 is Cyan = 0, Magento = 0.46, Yellow = 0.97 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 53 | 3 | - |
| CMYK | 0 | 0.46 | 0.97 | 0.62 |
| HSL | 31.58º | 0.94% | 0.2% | - |
| HSV(B) | 31.58º | 0.97% | 0.38% | - |
| XYZ | 6.33 | 5.15 | 0.75 | - |
| YUV | 60.76 | 95.41 | 154.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 53 | 3 | 0 | 0.46 | 0.97 | 0.62 | 31.58 | 0.94 | 0.2 |
| Hex | 62 | 35 | 3 | 0 | 2E | 61 | 3E | 20 | 5E | 14 |
| Octal | 142 | 65 | 3 | 0 | 56 | 141 | 76 | 40 | 136 | 24 |
| Binary | 1100010 | 110101 | 11 | 0 | 101110 | 1100001 | 111110 | 100000 | 1011110 | 10100 |
Color Harmonies of #623503
Complementary color
Monochromatic Colors of #623503
Black with #623503
Text Example
Text Example
White with #623503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #623503; }
p { color: rgb(98,53,3); }
H1.HeaderClassName
{
color: #623503;
}
.AnyTagClassName
{
color: #623503;
}
</style>
background-color css
<style>
a { background-color: #623503; }
a { background-color: rgb(98,53,3); }
div.DivClassName
{
background-color: #623503;
}
.BgClassName
{
background-color: #623503;
}
</style>
border-color css
<style>
span { border-color: #623503; }
span { border-color: rgb(98,53,3); }
td.TdClassName
{
border-color: #623503;
}
.TagClassName
{
border-color: #623503;
}
</style>