Shades of Baker's Chocolate #623D0F
Tints of Baker's Chocolate #623D0F
RGB
CMYK
RGB Variations
Color information
#623D0F (or 0x623D0F) is known color: Baker's Chocolate. HEX triplet: 62, 3D and 0F. RGB value is (98,61,15). Sum of RGB (Red+Green+Blue) = 98+61+15=174 (23% of max value = 765). Red value is 98 (38.67% from 255 or 56.32% from 174); Green value is 61 (24.22% from 255 or 35.06% from 174); Blue value is 15 (6.25% from 255 or 8.62% from 174); Max value from RGB is 98 - color contains mainly: red. Hex color #623D0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #623D0F is #9DC2F0. Grayscale: #434343. Windows color (decimal): -10339057 or 998754. OLE color: 998754.
HSL color Cylindrical-coordinate representation of color #623D0F: hue angle of 33.25º 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 #623D0F is Cyan = 0, Magento = 0.38, Yellow = 0.85 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 61 | 15 | - |
| CMYK | 0 | 0.38 | 0.85 | 0.62 |
| HSL | 33.25º | 0.73% | 0.22% | - |
| HSV(B) | 33.25º | 0.85% | 0.38% | - |
| XYZ | 6.79 | 5.97 | 1.25 | - |
| YUV | 66.82 | 98.76 | 150.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 61 | 15 | 0 | 0.38 | 0.85 | 0.62 | 33.25 | 0.73 | 0.22 |
| Hex | 62 | 3D | F | 0 | 26 | 55 | 3E | 21 | 49 | 16 |
| Octal | 142 | 75 | 17 | 0 | 46 | 125 | 76 | 41 | 111 | 26 |
| Binary | 1100010 | 111101 | 1111 | 0 | 100110 | 1010101 | 111110 | 100001 | 1001001 | 10110 |
Color Harmonies of #623D0F
Complementary color
Monochromatic Colors of #623D0F
Black with #623D0F
Text Example
Text Example
White with #623D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #623D0F; }
p { color: rgb(98,61,15); }
H1.HeaderClassName
{
color: #623D0F;
}
.AnyTagClassName
{
color: #623D0F;
}
</style>
background-color css
<style>
a { background-color: #623D0F; }
a { background-color: rgb(98,61,15); }
div.DivClassName
{
background-color: #623D0F;
}
.BgClassName
{
background-color: #623D0F;
}
</style>
border-color css
<style>
span { border-color: #623D0F; }
span { border-color: rgb(98,61,15); }
td.TdClassName
{
border-color: #623D0F;
}
.TagClassName
{
border-color: #623D0F;
}
</style>