Shades of Baker's Chocolate #623A0F
Tints of Baker's Chocolate #623A0F
RGB
CMYK
RGB Variations
Color information
#623A0F (or 0x623A0F) is known color: Baker's Chocolate. HEX triplet: 62, 3A and 0F. RGB value is (98,58,15). Sum of RGB (Red+Green+Blue) = 98+58+15=171 (22% of max value = 765). Red value is 98 (38.67% from 255 or 57.31% from 171); Green value is 58 (23.05% from 255 or 33.92% from 171); Blue value is 15 (6.25% from 255 or 8.77% from 171); Max value from RGB is 98 - color contains mainly: red. Hex color #623A0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #623A0F is #9DC5F0. Grayscale: #414141. Windows color (decimal): -10339825 or 997986. OLE color: 997986.
HSL color Cylindrical-coordinate representation of color #623A0F: hue angle of 31.08º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #623A0F is Cyan = 0, Magento = 0.41, Yellow = 0.85 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 58 | 15 | - |
| CMYK | 0 | 0.41 | 0.85 | 0.62 |
| HSL | 31.08º | 0.73% | 0.22% | - |
| HSV(B) | 31.08º | 0.85% | 0.38% | - |
| XYZ | 6.64 | 5.66 | 1.19 | - |
| YUV | 65.06 | 99.75 | 151.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 58 | 15 | 0 | 0.41 | 0.85 | 0.62 | 31.08 | 0.73 | 0.22 |
| Hex | 62 | 3A | F | 0 | 29 | 55 | 3E | 1F | 49 | 16 |
| Octal | 142 | 72 | 17 | 0 | 51 | 125 | 76 | 37 | 111 | 26 |
| Binary | 1100010 | 111010 | 1111 | 0 | 101001 | 1010101 | 111110 | 11111 | 1001001 | 10110 |
Color Harmonies of #623A0F
Complementary color
Monochromatic Colors of #623A0F
Black with #623A0F
Text Example
Text Example
White with #623A0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #623A0F; }
p { color: rgb(98,58,15); }
H1.HeaderClassName
{
color: #623A0F;
}
.AnyTagClassName
{
color: #623A0F;
}
</style>
background-color css
<style>
a { background-color: #623A0F; }
a { background-color: rgb(98,58,15); }
div.DivClassName
{
background-color: #623A0F;
}
.BgClassName
{
background-color: #623A0F;
}
</style>
border-color css
<style>
span { border-color: #623A0F; }
span { border-color: rgb(98,58,15); }
td.TdClassName
{
border-color: #623A0F;
}
.TagClassName
{
border-color: #623A0F;
}
</style>