Shades of Baker's Chocolate #623D0B
Tints of Baker's Chocolate #623D0B
RGB
CMYK
RGB Variations
Color information
#623D0B (or 0x623D0B) is known color: Baker's Chocolate. HEX triplet: 62, 3D and 0B. RGB value is (98,61,11). Sum of RGB (Red+Green+Blue) = 98+61+11=170 (22% of max value = 765). Red value is 98 (38.67% from 255 or 57.65% from 170); Green value is 61 (24.22% from 255 or 35.88% from 170); Blue value is 11 (4.69% from 255 or 6.47% from 170); Max value from RGB is 98 - color contains mainly: red. Hex color #623D0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #623D0B is #9DC2F4. Grayscale: #424242. Windows color (decimal): -10339061 or 736610. OLE color: 736610.
HSL color Cylindrical-coordinate representation of color #623D0B: hue angle of 34.48º degrees, saturation: 0.8, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #623D0B is Cyan = 0, Magento = 0.38, Yellow = 0.89 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 61 | 11 | - |
| CMYK | 0 | 0.38 | 0.89 | 0.62 |
| HSL | 34.48º | 0.8% | 0.21% | - |
| HSV(B) | 34.48º | 0.89% | 0.38% | - |
| XYZ | 6.77 | 5.96 | 1.11 | - |
| YUV | 66.36 | 96.76 | 150.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 61 | 11 | 0 | 0.38 | 0.89 | 0.62 | 34.48 | 0.8 | 0.21 |
| Hex | 62 | 3D | B | 0 | 26 | 59 | 3E | 22 | 50 | 15 |
| Octal | 142 | 75 | 13 | 0 | 46 | 131 | 76 | 42 | 120 | 25 |
| Binary | 1100010 | 111101 | 1011 | 0 | 100110 | 1011001 | 111110 | 100010 | 1010000 | 10101 |
Color Harmonies of #623D0B
Complementary color
Monochromatic Colors of #623D0B
Black with #623D0B
Text Example
Text Example
White with #623D0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #623D0B; }
p { color: rgb(98,61,11); }
H1.HeaderClassName
{
color: #623D0B;
}
.AnyTagClassName
{
color: #623D0B;
}
</style>
background-color css
<style>
a { background-color: #623D0B; }
a { background-color: rgb(98,61,11); }
div.DivClassName
{
background-color: #623D0B;
}
.BgClassName
{
background-color: #623D0B;
}
</style>
border-color css
<style>
span { border-color: #623D0B; }
span { border-color: rgb(98,61,11); }
td.TdClassName
{
border-color: #623D0B;
}
.TagClassName
{
border-color: #623D0B;
}
</style>