Shades of Baker's Chocolate #623217
Tints of Baker's Chocolate #623217
RGB
CMYK
RGB Variations
Color information
#623217 (or 0x623217) is known color: Baker's Chocolate. HEX triplet: 62, 32 and 17. RGB value is (98,50,23). Sum of RGB (Red+Green+Blue) = 98+50+23=171 (22% of max value = 765). Red value is 98 (38.67% from 255 or 57.31% from 171); Green value is 50 (19.92% from 255 or 29.24% from 171); Blue value is 23 (9.38% from 255 or 13.45% from 171); Max value from RGB is 98 - color contains mainly: red. Hex color #623217 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #623217 is #9DCDE8. Grayscale: #3D3D3D. Windows color (decimal): -10341865 or 1520226. OLE color: 1520226.
HSL color Cylindrical-coordinate representation of color #623217: hue angle of 21.6º degrees, saturation: 0.62, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #623217 is Cyan = 0, Magento = 0.49, Yellow = 0.77 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 50 | 23 | - |
| CMYK | 0 | 0.49 | 0.77 | 0.62 |
| HSL | 21.6º | 0.62% | 0.24% | - |
| HSV(B) | 21.6º | 0.77% | 0.38% | - |
| XYZ | 6.33 | 4.94 | 1.43 | - |
| YUV | 61.27 | 106.4 | 154.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 50 | 23 | 0 | 0.49 | 0.77 | 0.62 | 21.6 | 0.62 | 0.24 |
| Hex | 62 | 32 | 17 | 0 | 31 | 4D | 3E | 16 | 3E | 18 |
| Octal | 142 | 62 | 27 | 0 | 61 | 115 | 76 | 26 | 76 | 30 |
| Binary | 1100010 | 110010 | 10111 | 0 | 110001 | 1001101 | 111110 | 10110 | 111110 | 11000 |
Color Harmonies of #623217
Complementary color
Monochromatic Colors of #623217
Black with #623217
Text Example
Text Example
White with #623217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #623217; }
p { color: rgb(98,50,23); }
H1.HeaderClassName
{
color: #623217;
}
.AnyTagClassName
{
color: #623217;
}
</style>
background-color css
<style>
a { background-color: #623217; }
a { background-color: rgb(98,50,23); }
div.DivClassName
{
background-color: #623217;
}
.BgClassName
{
background-color: #623217;
}
</style>
border-color css
<style>
span { border-color: #623217; }
span { border-color: rgb(98,50,23); }
td.TdClassName
{
border-color: #623217;
}
.TagClassName
{
border-color: #623217;
}
</style>