Shades of Baker's Chocolate #623200
Tints of Baker's Chocolate #623200
RGB
CMYK
RGB Variations
Color information
#623200 (or 0x623200) is known color: Baker's Chocolate. HEX triplet: 62, 32 and 00. RGB value is (98,50,0). Sum of RGB (Red+Green+Blue) = 98+50+0=148 (19% of max value = 765). Red value is 98 (38.67% from 255 or 66.22% from 148); Green value is 50 (19.92% from 255 or 33.78% from 148); Blue value is 0 (0.39% from 255 or 0% from 148); Max value from RGB is 98 - color contains mainly: red. Hex color #623200 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #623200 is #9DCDFF. Grayscale: #3A3A3A. Windows color (decimal): -10341888 or 12898. OLE color: 12898.
HSL color Cylindrical-coordinate representation of color #623200: hue angle of 30.61º 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 #623200 is Cyan = 0, Magento = 0.49, Yellow = 1 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 50 | 0 | - |
| CMYK | 0 | 0.49 | 1 | 0.62 |
| HSL | 30.61º | 1% | 0.19% | - |
| HSV(B) | 30.61º | 1% | 0.38% | - |
| XYZ | 6.18 | 4.88 | 0.62 | - |
| YUV | 58.65 | 94.9 | 156.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 50 | 0 | 0 | 0.49 | 1 | 0.62 | 30.61 | 1 | 0.19 |
| Hex | 62 | 32 | 0 | 0 | 31 | 64 | 3E | 1F | 64 | 13 |
| Octal | 142 | 62 | 0 | 0 | 61 | 144 | 76 | 37 | 144 | 23 |
| Binary | 1100010 | 110010 | 0 | 0 | 110001 | 1100100 | 111110 | 11111 | 1100100 | 10011 |
Color Harmonies of #623200
Complementary color
Monochromatic Colors of #623200
Black with #623200
Text Example
Text Example
White with #623200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #623200; }
p { color: rgb(98,50,0); }
H1.HeaderClassName
{
color: #623200;
}
.AnyTagClassName
{
color: #623200;
}
</style>
background-color css
<style>
a { background-color: #623200; }
a { background-color: rgb(98,50,0); }
div.DivClassName
{
background-color: #623200;
}
.BgClassName
{
background-color: #623200;
}
</style>
border-color css
<style>
span { border-color: #623200; }
span { border-color: rgb(98,50,0); }
td.TdClassName
{
border-color: #623200;
}
.TagClassName
{
border-color: #623200;
}
</style>