Shades of Baker's Chocolate #623111
Tints of Baker's Chocolate #623111
RGB
CMYK
RGB Variations
Color information
#623111 (or 0x623111) is known color: Baker's Chocolate. HEX triplet: 62, 31 and 11. RGB value is (98,49,17). Sum of RGB (Red+Green+Blue) = 98+49+17=164 (21% of max value = 765). Red value is 98 (38.67% from 255 or 59.76% from 164); Green value is 49 (19.53% from 255 or 29.88% from 164); Blue value is 17 (7.03% from 255 or 10.37% from 164); Max value from RGB is 98 - color contains mainly: red. Hex color #623111 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #623111 is #9DCEEE. Grayscale: #3C3C3C. Windows color (decimal): -10342127 or 1126754. OLE color: 1126754.
HSL color Cylindrical-coordinate representation of color #623111: hue angle of 23.7º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #623111 is Cyan = 0, Magento = 0.5, Yellow = 0.83 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 49 | 17 | - |
| CMYK | 0 | 0.5 | 0.83 | 0.62 |
| HSL | 23.7º | 0.7% | 0.23% | - |
| HSV(B) | 23.7º | 0.83% | 0.38% | - |
| XYZ | 6.24 | 4.83 | 1.13 | - |
| YUV | 60 | 103.73 | 155.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 49 | 17 | 0 | 0.5 | 0.83 | 0.62 | 23.7 | 0.7 | 0.23 |
| Hex | 62 | 31 | 11 | 0 | 32 | 53 | 3E | 18 | 46 | 17 |
| Octal | 142 | 61 | 21 | 0 | 62 | 123 | 76 | 30 | 106 | 27 |
| Binary | 1100010 | 110001 | 10001 | 0 | 110010 | 1010011 | 111110 | 11000 | 1000110 | 10111 |
Color Harmonies of #623111
Complementary color
Monochromatic Colors of #623111
Black with #623111
Text Example
Text Example
White with #623111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #623111; }
p { color: rgb(98,49,17); }
H1.HeaderClassName
{
color: #623111;
}
.AnyTagClassName
{
color: #623111;
}
</style>
background-color css
<style>
a { background-color: #623111; }
a { background-color: rgb(98,49,17); }
div.DivClassName
{
background-color: #623111;
}
.BgClassName
{
background-color: #623111;
}
</style>
border-color css
<style>
span { border-color: #623111; }
span { border-color: rgb(98,49,17); }
td.TdClassName
{
border-color: #623111;
}
.TagClassName
{
border-color: #623111;
}
</style>