Shades of Baker's Chocolate #622703
Tints of Baker's Chocolate #622703
RGB
CMYK
RGB Variations
Color information
#622703 (or 0x622703) is known color: Baker's Chocolate. HEX triplet: 62, 27 and 03. RGB value is (98,39,3). Sum of RGB (Red+Green+Blue) = 98+39+3=140 (18% of max value = 765). Red value is 98 (38.67% from 255 or 70% from 140); Green value is 39 (15.62% from 255 or 27.86% from 140); Blue value is 3 (1.56% from 255 or 2.14% from 140); Max value from RGB is 98 - color contains mainly: red. Hex color #622703 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #622703 is #9DD8FC. Grayscale: #343434. Windows color (decimal): -10344701 or 206690. OLE color: 206690.
HSL color Cylindrical-coordinate representation of color #622703: hue angle of 22.74º 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 #622703 is Cyan = 0, Magento = 0.60, Yellow = 0.97 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 39 | 3 | - |
| CMYK | 0 | 0.60 | 0.97 | 0.62 |
| HSL | 22.74º | 0.94% | 0.2% | - |
| HSV(B) | 22.74º | 0.97% | 0.38% | - |
| XYZ | 5.78 | 4.05 | 0.56 | - |
| YUV | 52.54 | 100.05 | 160.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 39 | 3 | 0 | 0.60 | 0.97 | 0.62 | 22.74 | 0.94 | 0.2 |
| Hex | 62 | 27 | 3 | 0 | 3C | 61 | 3E | 17 | 5E | 14 |
| Octal | 142 | 47 | 3 | 0 | 74 | 141 | 76 | 27 | 136 | 24 |
| Binary | 1100010 | 100111 | 11 | 0 | 111100 | 1100001 | 111110 | 10111 | 1011110 | 10100 |
Color Harmonies of #622703
Complementary color
Monochromatic Colors of #622703
Black with #622703
Text Example
Text Example
White with #622703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #622703; }
p { color: rgb(98,39,3); }
H1.HeaderClassName
{
color: #622703;
}
.AnyTagClassName
{
color: #622703;
}
</style>
background-color css
<style>
a { background-color: #622703; }
a { background-color: rgb(98,39,3); }
div.DivClassName
{
background-color: #622703;
}
.BgClassName
{
background-color: #622703;
}
</style>
border-color css
<style>
span { border-color: #622703; }
span { border-color: rgb(98,39,3); }
td.TdClassName
{
border-color: #622703;
}
.TagClassName
{
border-color: #622703;
}
</style>