Shades of Baker's Chocolate #622D06
Tints of Baker's Chocolate #622D06
RGB
CMYK
RGB Variations
Color information
#622D06 (or 0x622D06) is known color: Baker's Chocolate. HEX triplet: 62, 2D and 06. RGB value is (98,45,6). Sum of RGB (Red+Green+Blue) = 98+45+6=149 (19% of max value = 765). Red value is 98 (38.67% from 255 or 65.77% from 149); Green value is 45 (17.97% from 255 or 30.20% from 149); Blue value is 6 (2.73% from 255 or 4.03% from 149); Max value from RGB is 98 - color contains mainly: red. Hex color #622D06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #622D06 is #9DD2F9. Grayscale: #383838. Windows color (decimal): -10343162 or 404834. OLE color: 404834.
HSL color Cylindrical-coordinate representation of color #622D06: hue angle of 25.43º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #622D06 is Cyan = 0, Magento = 0.54, Yellow = 0.94 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 45 | 6 | - |
| CMYK | 0 | 0.54 | 0.94 | 0.62 |
| HSL | 25.43º | 0.88% | 0.2% | - |
| HSV(B) | 25.43º | 0.94% | 0.38% | - |
| XYZ | 6.01 | 4.49 | 0.72 | - |
| YUV | 56.4 | 99.56 | 157.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 45 | 6 | 0 | 0.54 | 0.94 | 0.62 | 25.43 | 0.88 | 0.2 |
| Hex | 62 | 2D | 6 | 0 | 36 | 5E | 3E | 19 | 58 | 14 |
| Octal | 142 | 55 | 6 | 0 | 66 | 136 | 76 | 31 | 130 | 24 |
| Binary | 1100010 | 101101 | 110 | 0 | 110110 | 1011110 | 111110 | 11001 | 1011000 | 10100 |
Color Harmonies of #622D06
Complementary color
Monochromatic Colors of #622D06
Black with #622D06
Text Example
Text Example
White with #622D06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #622D06; }
p { color: rgb(98,45,6); }
H1.HeaderClassName
{
color: #622D06;
}
.AnyTagClassName
{
color: #622D06;
}
</style>
background-color css
<style>
a { background-color: #622D06; }
a { background-color: rgb(98,45,6); }
div.DivClassName
{
background-color: #622D06;
}
.BgClassName
{
background-color: #622D06;
}
</style>
border-color css
<style>
span { border-color: #622D06; }
span { border-color: rgb(98,45,6); }
td.TdClassName
{
border-color: #622D06;
}
.TagClassName
{
border-color: #622D06;
}
</style>