Shades of Baker's Chocolate #623800
Tints of Baker's Chocolate #623800
RGB
CMYK
RGB Variations
Color information
#623800 (or 0x623800) is known color: Baker's Chocolate. HEX triplet: 62, 38 and 00. RGB value is (98,56,0). Sum of RGB (Red+Green+Blue) = 98+56+0=154 (20% of max value = 765). Red value is 98 (38.67% from 255 or 63.64% from 154); Green value is 56 (22.27% from 255 or 36.36% from 154); Blue value is 0 (0.39% from 255 or 0% from 154); Max value from RGB is 98 - color contains mainly: red. Hex color #623800 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #623800 is #9DC7FF. Grayscale: #3E3E3E. Windows color (decimal): -10340352 or 14434. OLE color: 14434.
HSL color Cylindrical-coordinate representation of color #623800: hue angle of 34.29º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #623800 is Cyan = 0, Magento = 0.43, Yellow = 1 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 56 | 0 | - |
| CMYK | 0 | 0.43 | 1 | 0.62 |
| HSL | 34.29º | 1% | 0.19% | - |
| HSV(B) | 34.29º | 1% | 0.38% | - |
| XYZ | 6.45 | 5.43 | 0.71 | - |
| YUV | 62.17 | 92.91 | 153.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 56 | 0 | 0 | 0.43 | 1 | 0.62 | 34.29 | 1 | 0.19 |
| Hex | 62 | 38 | 0 | 0 | 2B | 64 | 3E | 22 | 64 | 13 |
| Octal | 142 | 70 | 0 | 0 | 53 | 144 | 76 | 42 | 144 | 23 |
| Binary | 1100010 | 111000 | 0 | 0 | 101011 | 1100100 | 111110 | 100010 | 1100100 | 10011 |
Color Harmonies of #623800
Complementary color
Monochromatic Colors of #623800
Black with #623800
Text Example
Text Example
White with #623800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #623800; }
p { color: rgb(98,56,0); }
H1.HeaderClassName
{
color: #623800;
}
.AnyTagClassName
{
color: #623800;
}
</style>
background-color css
<style>
a { background-color: #623800; }
a { background-color: rgb(98,56,0); }
div.DivClassName
{
background-color: #623800;
}
.BgClassName
{
background-color: #623800;
}
</style>
border-color css
<style>
span { border-color: #623800; }
span { border-color: rgb(98,56,0); }
td.TdClassName
{
border-color: #623800;
}
.TagClassName
{
border-color: #623800;
}
</style>