Shades of Baker's Chocolate #622002
Tints of Baker's Chocolate #622002
RGB
CMYK
RGB Variations
Color information
#622002 (or 0x622002) is known color: Baker's Chocolate. HEX triplet: 62, 20 and 02. RGB value is (98,32,2). Sum of RGB (Red+Green+Blue) = 98+32+2=132 (17% of max value = 765). Red value is 98 (38.67% from 255 or 74.24% from 132); Green value is 32 (12.89% from 255 or 24.24% from 132); Blue value is 2 (1.17% from 255 or 1.52% from 132); Max value from RGB is 98 - color contains mainly: red. Hex color #622002 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #622002 is #9DDFFD. Grayscale: #303030. Windows color (decimal): -10346494 or 139362. OLE color: 139362.
HSL color Cylindrical-coordinate representation of color #622002: hue angle of 18.75º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #622002 is Cyan = 0, Magento = 0.67, Yellow = 0.98 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 32 | 2 | - |
| CMYK | 0 | 0.67 | 0.98 | 0.62 |
| HSL | 18.75º | 0.96% | 0.2% | - |
| HSV(B) | 18.75º | 0.98% | 0.38% | - |
| XYZ | 5.56 | 3.63 | 0.47 | - |
| YUV | 48.31 | 101.87 | 163.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 32 | 2 | 0 | 0.67 | 0.98 | 0.62 | 18.75 | 0.96 | 0.2 |
| Hex | 62 | 20 | 2 | 0 | 43 | 62 | 3E | 13 | 60 | 14 |
| Octal | 142 | 40 | 2 | 0 | 103 | 142 | 76 | 23 | 140 | 24 |
| Binary | 1100010 | 100000 | 10 | 0 | 1000011 | 1100010 | 111110 | 10011 | 1100000 | 10100 |
Color Harmonies of #622002
Complementary color
Monochromatic Colors of #622002
Black with #622002
Text Example
Text Example
White with #622002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #622002; }
p { color: rgb(98,32,2); }
H1.HeaderClassName
{
color: #622002;
}
.AnyTagClassName
{
color: #622002;
}
</style>
background-color css
<style>
a { background-color: #622002; }
a { background-color: rgb(98,32,2); }
div.DivClassName
{
background-color: #622002;
}
.BgClassName
{
background-color: #622002;
}
</style>
border-color css
<style>
span { border-color: #622002; }
span { border-color: rgb(98,32,2); }
td.TdClassName
{
border-color: #622002;
}
.TagClassName
{
border-color: #622002;
}
</style>