Shades of Baker's Chocolate #623B0B
Tints of Baker's Chocolate #623B0B
RGB
CMYK
RGB Variations
Color information
#623B0B (or 0x623B0B) is known color: Baker's Chocolate. HEX triplet: 62, 3B and 0B. RGB value is (98,59,11). Sum of RGB (Red+Green+Blue) = 98+59+11=168 (22% of max value = 765). Red value is 98 (38.67% from 255 or 58.33% from 168); Green value is 59 (23.44% from 255 or 35.12% from 168); Blue value is 11 (4.69% from 255 or 6.55% from 168); Max value from RGB is 98 - color contains mainly: red. Hex color #623B0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #623B0B is #9DC4F4. Grayscale: #414141. Windows color (decimal): -10339573 or 736098. OLE color: 736098.
HSL color Cylindrical-coordinate representation of color #623B0B: hue angle of 33.1º 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 #623B0B is Cyan = 0, Magento = 0.40, Yellow = 0.89 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 59 | 11 | - |
| CMYK | 0 | 0.40 | 0.89 | 0.62 |
| HSL | 33.1º | 0.8% | 0.21% | - |
| HSV(B) | 33.1º | 0.89% | 0.38% | - |
| XYZ | 6.66 | 5.75 | 1.08 | - |
| YUV | 65.19 | 97.42 | 151.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 59 | 11 | 0 | 0.40 | 0.89 | 0.62 | 33.1 | 0.8 | 0.21 |
| Hex | 62 | 3B | B | 0 | 28 | 59 | 3E | 21 | 50 | 15 |
| Octal | 142 | 73 | 13 | 0 | 50 | 131 | 76 | 41 | 120 | 25 |
| Binary | 1100010 | 111011 | 1011 | 0 | 101000 | 1011001 | 111110 | 100001 | 1010000 | 10101 |
Color Harmonies of #623B0B
Complementary color
Monochromatic Colors of #623B0B
Black with #623B0B
Text Example
Text Example
White with #623B0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #623B0B; }
p { color: rgb(98,59,11); }
H1.HeaderClassName
{
color: #623B0B;
}
.AnyTagClassName
{
color: #623B0B;
}
</style>
background-color css
<style>
a { background-color: #623B0B; }
a { background-color: rgb(98,59,11); }
div.DivClassName
{
background-color: #623B0B;
}
.BgClassName
{
background-color: #623B0B;
}
</style>
border-color css
<style>
span { border-color: #623B0B; }
span { border-color: rgb(98,59,11); }
td.TdClassName
{
border-color: #623B0B;
}
.TagClassName
{
border-color: #623B0B;
}
</style>