Shades of Baker's Chocolate #622D03
Tints of Baker's Chocolate #622D03
RGB
CMYK
RGB Variations
Color information
#622D03 (or 0x622D03) is known color: Baker's Chocolate. HEX triplet: 62, 2D and 03. RGB value is (98,45,3). Sum of RGB (Red+Green+Blue) = 98+45+3=146 (19% of max value = 765). Red value is 98 (38.67% from 255 or 67.12% from 146); Green value is 45 (17.97% from 255 or 30.82% from 146); Blue value is 3 (1.56% from 255 or 2.05% from 146); Max value from RGB is 98 - color contains mainly: red. Hex color #622D03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #622D03 is #9DD2FC. Grayscale: #383838. Windows color (decimal): -10343165 or 208226. OLE color: 208226.
HSL color Cylindrical-coordinate representation of color #622D03: hue angle of 26.53º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #622D03 is Cyan = 0, Magento = 0.54, Yellow = 0.97 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 45 | 3 | - |
| CMYK | 0 | 0.54 | 0.97 | 0.62 |
| HSL | 26.53º | 0.94% | 0.2% | - |
| HSV(B) | 26.53º | 0.97% | 0.38% | - |
| XYZ | 5.99 | 4.48 | 0.64 | - |
| YUV | 56.06 | 98.06 | 157.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 45 | 3 | 0 | 0.54 | 0.97 | 0.62 | 26.53 | 0.94 | 0.2 |
| Hex | 62 | 2D | 3 | 0 | 36 | 61 | 3E | 1B | 5E | 14 |
| Octal | 142 | 55 | 3 | 0 | 66 | 141 | 76 | 33 | 136 | 24 |
| Binary | 1100010 | 101101 | 11 | 0 | 110110 | 1100001 | 111110 | 11011 | 1011110 | 10100 |
Color Harmonies of #622D03
Complementary color
Monochromatic Colors of #622D03
Black with #622D03
Text Example
Text Example
White with #622D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #622D03; }
p { color: rgb(98,45,3); }
H1.HeaderClassName
{
color: #622D03;
}
.AnyTagClassName
{
color: #622D03;
}
</style>
background-color css
<style>
a { background-color: #622D03; }
a { background-color: rgb(98,45,3); }
div.DivClassName
{
background-color: #622D03;
}
.BgClassName
{
background-color: #622D03;
}
</style>
border-color css
<style>
span { border-color: #622D03; }
span { border-color: rgb(98,45,3); }
td.TdClassName
{
border-color: #622D03;
}
.TagClassName
{
border-color: #622D03;
}
</style>