Shades of Baker's Chocolate #623403
Tints of Baker's Chocolate #623403
RGB
CMYK
RGB Variations
Color information
#623403 (or 0x623403) is known color: Baker's Chocolate. HEX triplet: 62, 34 and 03. RGB value is (98,52,3). Sum of RGB (Red+Green+Blue) = 98+52+3=153 (20% of max value = 765). Red value is 98 (38.67% from 255 or 64.05% from 153); Green value is 52 (20.70% from 255 or 33.99% from 153); Blue value is 3 (1.56% from 255 or 1.96% from 153); Max value from RGB is 98 - color contains mainly: red. Hex color #623403 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #623403 is #9DCBFC. Grayscale: #3C3C3C. Windows color (decimal): -10341373 or 210018. OLE color: 210018.
HSL color Cylindrical-coordinate representation of color #623403: hue angle of 30.95º 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 #623403 is Cyan = 0, Magento = 0.47, Yellow = 0.97 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 52 | 3 | - |
| CMYK | 0 | 0.47 | 0.97 | 0.62 |
| HSL | 30.95º | 0.94% | 0.2% | - |
| HSV(B) | 30.95º | 0.97% | 0.38% | - |
| XYZ | 6.28 | 5.06 | 0.73 | - |
| YUV | 60.17 | 95.74 | 154.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 52 | 3 | 0 | 0.47 | 0.97 | 0.62 | 30.95 | 0.94 | 0.2 |
| Hex | 62 | 34 | 3 | 0 | 2F | 61 | 3E | 1F | 5E | 14 |
| Octal | 142 | 64 | 3 | 0 | 57 | 141 | 76 | 37 | 136 | 24 |
| Binary | 1100010 | 110100 | 11 | 0 | 101111 | 1100001 | 111110 | 11111 | 1011110 | 10100 |
Color Harmonies of #623403
Complementary color
Monochromatic Colors of #623403
Black with #623403
Text Example
Text Example
White with #623403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #623403; }
p { color: rgb(98,52,3); }
H1.HeaderClassName
{
color: #623403;
}
.AnyTagClassName
{
color: #623403;
}
</style>
background-color css
<style>
a { background-color: #623403; }
a { background-color: rgb(98,52,3); }
div.DivClassName
{
background-color: #623403;
}
.BgClassName
{
background-color: #623403;
}
</style>
border-color css
<style>
span { border-color: #623403; }
span { border-color: rgb(98,52,3); }
td.TdClassName
{
border-color: #623403;
}
.TagClassName
{
border-color: #623403;
}
</style>