Shades of Baker's Chocolate #62321D
Tints of Baker's Chocolate #62321D
RGB
CMYK
RGB Variations
Color information
#62321D (or 0x62321D) is known color: Baker's Chocolate. HEX triplet: 62, 32 and 1D. RGB value is (98,50,29). Sum of RGB (Red+Green+Blue) = 98+50+29=177 (23% of max value = 765). Red value is 98 (38.67% from 255 or 55.37% from 177); Green value is 50 (19.92% from 255 or 28.25% from 177); Blue value is 29 (11.72% from 255 or 16.38% from 177); Max value from RGB is 98 - color contains mainly: red. Hex color #62321D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62321D is #9DCDE2. Grayscale: #3E3E3E. Windows color (decimal): -10341859 or 1913442. OLE color: 1913442.
HSL color Cylindrical-coordinate representation of color #62321D: hue angle of 18.26º degrees, saturation: 0.54, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #62321D is Cyan = 0, Magento = 0.49, Yellow = 0.70 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 50 | 29 | - |
| CMYK | 0 | 0.49 | 0.70 | 0.62 |
| HSL | 18.26º | 0.54% | 0.25% | - |
| HSV(B) | 18.26º | 0.7% | 0.38% | - |
| XYZ | 6.4 | 4.97 | 1.78 | - |
| YUV | 61.96 | 109.4 | 153.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 50 | 29 | 0 | 0.49 | 0.70 | 0.62 | 18.26 | 0.54 | 0.25 |
| Hex | 62 | 32 | 1D | 0 | 31 | 46 | 3E | 12 | 36 | 19 |
| Octal | 142 | 62 | 35 | 0 | 61 | 106 | 76 | 22 | 66 | 31 |
| Binary | 1100010 | 110010 | 11101 | 0 | 110001 | 1000110 | 111110 | 10010 | 110110 | 11001 |
Color Harmonies of #62321D
Complementary color
Monochromatic Colors of #62321D
Black with #62321D
Text Example
Text Example
White with #62321D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62321D; }
p { color: rgb(98,50,29); }
H1.HeaderClassName
{
color: #62321D;
}
.AnyTagClassName
{
color: #62321D;
}
</style>
background-color css
<style>
a { background-color: #62321D; }
a { background-color: rgb(98,50,29); }
div.DivClassName
{
background-color: #62321D;
}
.BgClassName
{
background-color: #62321D;
}
</style>
border-color css
<style>
span { border-color: #62321D; }
span { border-color: rgb(98,50,29); }
td.TdClassName
{
border-color: #62321D;
}
.TagClassName
{
border-color: #62321D;
}
</style>