Shades of Baker's Chocolate #623A07
Tints of Baker's Chocolate #623A07
RGB
CMYK
RGB Variations
Color information
#623A07 (or 0x623A07) is known color: Baker's Chocolate. HEX triplet: 62, 3A and 07. RGB value is (98,58,7). Sum of RGB (Red+Green+Blue) = 98+58+7=163 (21% of max value = 765). Red value is 98 (38.67% from 255 or 60.12% from 163); Green value is 58 (23.05% from 255 or 35.58% from 163); Blue value is 7 (3.12% from 255 or 4.29% from 163); Max value from RGB is 98 - color contains mainly: red. Hex color #623A07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #623A07 is #9DC5F8. Grayscale: #404040. Windows color (decimal): -10339833 or 473698. OLE color: 473698.
HSL color Cylindrical-coordinate representation of color #623A07: hue angle of 33.63º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #623A07 is Cyan = 0, Magento = 0.41, Yellow = 0.93 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 58 | 7 | - |
| CMYK | 0 | 0.41 | 0.93 | 0.62 |
| HSL | 33.63º | 0.87% | 0.21% | - |
| HSV(B) | 33.63º | 0.93% | 0.38% | - |
| XYZ | 6.59 | 5.64 | 0.94 | - |
| YUV | 64.15 | 95.75 | 152.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 58 | 7 | 0 | 0.41 | 0.93 | 0.62 | 33.63 | 0.87 | 0.21 |
| Hex | 62 | 3A | 7 | 0 | 29 | 5D | 3E | 22 | 57 | 15 |
| Octal | 142 | 72 | 7 | 0 | 51 | 135 | 76 | 42 | 127 | 25 |
| Binary | 1100010 | 111010 | 111 | 0 | 101001 | 1011101 | 111110 | 100010 | 1010111 | 10101 |
Color Harmonies of #623A07
Complementary color
Monochromatic Colors of #623A07
Black with #623A07
Text Example
Text Example
White with #623A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #623A07; }
p { color: rgb(98,58,7); }
H1.HeaderClassName
{
color: #623A07;
}
.AnyTagClassName
{
color: #623A07;
}
</style>
background-color css
<style>
a { background-color: #623A07; }
a { background-color: rgb(98,58,7); }
div.DivClassName
{
background-color: #623A07;
}
.BgClassName
{
background-color: #623A07;
}
</style>
border-color css
<style>
span { border-color: #623A07; }
span { border-color: rgb(98,58,7); }
td.TdClassName
{
border-color: #623A07;
}
.TagClassName
{
border-color: #623A07;
}
</style>