Shades of Baker's Chocolate #673000
Tints of Baker's Chocolate #673000
RGB
CMYK
RGB Variations
Color information
#673000 (or 0x673000) is known color: Baker's Chocolate. HEX triplet: 67, 30 and 00. RGB value is (103,48,0). Sum of RGB (Red+Green+Blue) = 103+48+0=151 (20% of max value = 765). Red value is 103 (40.62% from 255 or 68.21% from 151); Green value is 48 (19.14% from 255 or 31.79% from 151); Blue value is 0 (0.39% from 255 or 0% from 151); Max value from RGB is 103 - color contains mainly: red. Hex color #673000 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #673000 is #98CFFF. Grayscale: #3B3B3B. Windows color (decimal): -10014720 or 12391. OLE color: 12391.
HSL color Cylindrical-coordinate representation of color #673000: hue angle of 27.96º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #673000 is Cyan = 0, Magento = 0.53, Yellow = 1 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 48 | 0 | - |
| CMYK | 0 | 0.53 | 1 | 0.60 |
| HSL | 27.96º | 1% | 0.2% | - |
| HSV(B) | 27.96º | 1% | 0.4% | - |
| XYZ | 6.65 | 5 | 0.61 | - |
| YUV | 58.97 | 94.72 | 159.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 48 | 0 | 0 | 0.53 | 1 | 0.60 | 27.96 | 1 | 0.2 |
| Hex | 67 | 30 | 0 | 0 | 35 | 64 | 3C | 1C | 64 | 14 |
| Octal | 147 | 60 | 0 | 0 | 65 | 144 | 74 | 34 | 144 | 24 |
| Binary | 1100111 | 110000 | 0 | 0 | 110101 | 1100100 | 111100 | 11100 | 1100100 | 10100 |
Color Harmonies of #673000
Complementary color
Monochromatic Colors of #673000
Black with #673000
Text Example
Text Example
White with #673000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673000; }
p { color: rgb(103,48,0); }
H1.HeaderClassName
{
color: #673000;
}
.AnyTagClassName
{
color: #673000;
}
</style>
background-color css
<style>
a { background-color: #673000; }
a { background-color: rgb(103,48,0); }
div.DivClassName
{
background-color: #673000;
}
.BgClassName
{
background-color: #673000;
}
</style>
border-color css
<style>
span { border-color: #673000; }
span { border-color: rgb(103,48,0); }
td.TdClassName
{
border-color: #673000;
}
.TagClassName
{
border-color: #673000;
}
</style>