Shades of Baker's Chocolate #623910
Tints of Baker's Chocolate #623910
RGB
CMYK
RGB Variations
Color information
#623910 (or 0x623910) is known color: Baker's Chocolate. HEX triplet: 62, 39 and 10. RGB value is (98,57,16). Sum of RGB (Red+Green+Blue) = 98+57+16=171 (22% of max value = 765). Red value is 98 (38.67% from 255 or 57.31% from 171); Green value is 57 (22.66% from 255 or 33.33% from 171); Blue value is 16 (6.64% from 255 or 9.36% from 171); Max value from RGB is 98 - color contains mainly: red. Hex color #623910 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #623910 is #9DC6EF. Grayscale: #404040. Windows color (decimal): -10340080 or 1063266. OLE color: 1063266.
HSL color Cylindrical-coordinate representation of color #623910: hue angle of 30º degrees, saturation: 0.72, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #623910 is Cyan = 0, Magento = 0.42, Yellow = 0.84 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 57 | 16 | - |
| CMYK | 0 | 0.42 | 0.84 | 0.62 |
| HSL | 30º | 0.72% | 0.22% | - |
| HSV(B) | 30º | 0.84% | 0.38% | - |
| XYZ | 6.59 | 5.56 | 1.22 | - |
| YUV | 64.59 | 100.58 | 151.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 57 | 16 | 0 | 0.42 | 0.84 | 0.62 | 30 | 0.72 | 0.22 |
| Hex | 62 | 39 | 10 | 0 | 2A | 54 | 3E | 1E | 48 | 16 |
| Octal | 142 | 71 | 20 | 0 | 52 | 124 | 76 | 36 | 110 | 26 |
| Binary | 1100010 | 111001 | 10000 | 0 | 101010 | 1010100 | 111110 | 11110 | 1001000 | 10110 |
Color Harmonies of #623910
Complementary color
Monochromatic Colors of #623910
Black with #623910
Text Example
Text Example
White with #623910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #623910; }
p { color: rgb(98,57,16); }
H1.HeaderClassName
{
color: #623910;
}
.AnyTagClassName
{
color: #623910;
}
</style>
background-color css
<style>
a { background-color: #623910; }
a { background-color: rgb(98,57,16); }
div.DivClassName
{
background-color: #623910;
}
.BgClassName
{
background-color: #623910;
}
</style>
border-color css
<style>
span { border-color: #623910; }
span { border-color: rgb(98,57,16); }
td.TdClassName
{
border-color: #623910;
}
.TagClassName
{
border-color: #623910;
}
</style>