Shades of Baker's Chocolate #623701
Tints of Baker's Chocolate #623701
RGB
CMYK
RGB Variations
Color information
#623701 (or 0x623701) is known color: Baker's Chocolate. HEX triplet: 62, 37 and 01. RGB value is (98,55,1). Sum of RGB (Red+Green+Blue) = 98+55+1=154 (20% of max value = 765). Red value is 98 (38.67% from 255 or 63.64% from 154); Green value is 55 (21.88% from 255 or 35.71% from 154); Blue value is 1 (0.78% from 255 or 0.65% from 154); Max value from RGB is 98 - color contains mainly: red. Hex color #623701 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #623701 is #9DC8FE. Grayscale: #3D3D3D. Windows color (decimal): -10340607 or 79714. OLE color: 79714.
HSL color Cylindrical-coordinate representation of color #623701: hue angle of 33.4º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #623701 is Cyan = 0, Magento = 0.44, Yellow = 0.99 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 55 | 1 | - |
| CMYK | 0 | 0.44 | 0.99 | 0.62 |
| HSL | 33.4º | 0.98% | 0.19% | - |
| HSV(B) | 33.4º | 0.99% | 0.38% | - |
| XYZ | 6.41 | 5.33 | 0.72 | - |
| YUV | 61.7 | 93.75 | 153.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 55 | 1 | 0 | 0.44 | 0.99 | 0.62 | 33.4 | 0.98 | 0.19 |
| Hex | 62 | 37 | 1 | 0 | 2C | 63 | 3E | 21 | 62 | 13 |
| Octal | 142 | 67 | 1 | 0 | 54 | 143 | 76 | 41 | 142 | 23 |
| Binary | 1100010 | 110111 | 1 | 0 | 101100 | 1100011 | 111110 | 100001 | 1100010 | 10011 |
Color Harmonies of #623701
Complementary color
Monochromatic Colors of #623701
Black with #623701
Text Example
Text Example
White with #623701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #623701; }
p { color: rgb(98,55,1); }
H1.HeaderClassName
{
color: #623701;
}
.AnyTagClassName
{
color: #623701;
}
</style>
background-color css
<style>
a { background-color: #623701; }
a { background-color: rgb(98,55,1); }
div.DivClassName
{
background-color: #623701;
}
.BgClassName
{
background-color: #623701;
}
</style>
border-color css
<style>
span { border-color: #623701; }
span { border-color: rgb(98,55,1); }
td.TdClassName
{
border-color: #623701;
}
.TagClassName
{
border-color: #623701;
}
</style>