Shades of Baker's Chocolate #622702
Tints of Baker's Chocolate #622702
RGB
CMYK
RGB Variations
Color information
#622702 (or 0x622702) is known color: Baker's Chocolate. HEX triplet: 62, 27 and 02. RGB value is (98,39,2). Sum of RGB (Red+Green+Blue) = 98+39+2=139 (18% of max value = 765). Red value is 98 (38.67% from 255 or 70.50% from 139); Green value is 39 (15.62% from 255 or 28.06% from 139); Blue value is 2 (1.17% from 255 or 1.44% from 139); Max value from RGB is 98 - color contains mainly: red. Hex color #622702 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #622702 is #9DD8FD. Grayscale: #343434. Windows color (decimal): -10344702 or 141154. OLE color: 141154.
HSL color Cylindrical-coordinate representation of color #622702: hue angle of 23.12º 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 #622702 is Cyan = 0, Magento = 0.60, Yellow = 0.98 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 39 | 2 | - |
| CMYK | 0 | 0.60 | 0.98 | 0.62 |
| HSL | 23.13º | 0.96% | 0.2% | - |
| HSV(B) | 23.13º | 0.98% | 0.38% | - |
| XYZ | 5.77 | 4.05 | 0.54 | - |
| YUV | 52.42 | 99.55 | 160.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 39 | 2 | 0 | 0.60 | 0.98 | 0.62 | 23.13 | 0.96 | 0.2 |
| Hex | 62 | 27 | 2 | 0 | 3C | 62 | 3E | 17 | 60 | 14 |
| Octal | 142 | 47 | 2 | 0 | 74 | 142 | 76 | 27 | 140 | 24 |
| Binary | 1100010 | 100111 | 10 | 0 | 111100 | 1100010 | 111110 | 10111 | 1100000 | 10100 |
Color Harmonies of #622702
Complementary color
Monochromatic Colors of #622702
Black with #622702
Text Example
Text Example
White with #622702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #622702; }
p { color: rgb(98,39,2); }
H1.HeaderClassName
{
color: #622702;
}
.AnyTagClassName
{
color: #622702;
}
</style>
background-color css
<style>
a { background-color: #622702; }
a { background-color: rgb(98,39,2); }
div.DivClassName
{
background-color: #622702;
}
.BgClassName
{
background-color: #622702;
}
</style>
border-color css
<style>
span { border-color: #622702; }
span { border-color: rgb(98,39,2); }
td.TdClassName
{
border-color: #622702;
}
.TagClassName
{
border-color: #622702;
}
</style>