Shades of Baker's Chocolate #623704
Tints of Baker's Chocolate #623704
RGB
CMYK
RGB Variations
Color information
#623704 (or 0x623704) is known color: Baker's Chocolate. HEX triplet: 62, 37 and 04. RGB value is (98,55,4). Sum of RGB (Red+Green+Blue) = 98+55+4=157 (20% of max value = 765). Red value is 98 (38.67% from 255 or 62.42% from 157); Green value is 55 (21.88% from 255 or 35.03% from 157); Blue value is 4 (1.95% from 255 or 2.55% from 157); Max value from RGB is 98 - color contains mainly: red. Hex color #623704 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #623704 is #9DC8FB. Grayscale: #3E3E3E. Windows color (decimal): -10340604 or 276322. OLE color: 276322.
HSL color Cylindrical-coordinate representation of color #623704: hue angle of 32.55º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #623704 is Cyan = 0, Magento = 0.44, Yellow = 0.96 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 55 | 4 | - |
| CMYK | 0 | 0.44 | 0.96 | 0.62 |
| HSL | 32.55º | 0.92% | 0.2% | - |
| HSV(B) | 32.55º | 0.96% | 0.38% | - |
| XYZ | 6.43 | 5.34 | 0.81 | - |
| YUV | 62.04 | 95.25 | 153.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 55 | 4 | 0 | 0.44 | 0.96 | 0.62 | 32.55 | 0.92 | 0.2 |
| Hex | 62 | 37 | 4 | 0 | 2C | 60 | 3E | 21 | 5C | 14 |
| Octal | 142 | 67 | 4 | 0 | 54 | 140 | 76 | 41 | 134 | 24 |
| Binary | 1100010 | 110111 | 100 | 0 | 101100 | 1100000 | 111110 | 100001 | 1011100 | 10100 |
Color Harmonies of #623704
Complementary color
Monochromatic Colors of #623704
Black with #623704
Text Example
Text Example
White with #623704
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #623704; }
p { color: rgb(98,55,4); }
H1.HeaderClassName
{
color: #623704;
}
.AnyTagClassName
{
color: #623704;
}
</style>
background-color css
<style>
a { background-color: #623704; }
a { background-color: rgb(98,55,4); }
div.DivClassName
{
background-color: #623704;
}
.BgClassName
{
background-color: #623704;
}
</style>
border-color css
<style>
span { border-color: #623704; }
span { border-color: rgb(98,55,4); }
td.TdClassName
{
border-color: #623704;
}
.TagClassName
{
border-color: #623704;
}
</style>