Shades of Baker's Chocolate #672500
Tints of Baker's Chocolate #672500
RGB
CMYK
RGB Variations
Color information
#672500 (or 0x672500) is known color: Baker's Chocolate. HEX triplet: 67, 25 and 00. RGB value is (103,37,0). Sum of RGB (Red+Green+Blue) = 103+37+0=140 (18% of max value = 765). Red value is 103 (40.62% from 255 or 73.57% from 140); Green value is 37 (14.84% from 255 or 26.43% from 140); Blue value is 0 (0.39% from 255 or 0% from 140); Max value from RGB is 103 - color contains mainly: red. Hex color #672500 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #672500 is #98DAFF. Grayscale: #343434. Windows color (decimal): -10017536 or 9575. OLE color: 9575.
HSL color Cylindrical-coordinate representation of color #672500: hue angle of 21.55º 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 #672500 is Cyan = 0, Magento = 0.64, Yellow = 1 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 37 | 0 | - |
| CMYK | 0 | 0.64 | 1 | 0.60 |
| HSL | 21.55º | 1% | 0.2% | - |
| HSV(B) | 21.55º | 1% | 0.4% | - |
| XYZ | 6.26 | 4.21 | 0.48 | - |
| YUV | 52.52 | 98.37 | 164.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 37 | 0 | 0 | 0.64 | 1 | 0.60 | 21.55 | 1 | 0.2 |
| Hex | 67 | 25 | 0 | 0 | 40 | 64 | 3C | 16 | 64 | 14 |
| Octal | 147 | 45 | 0 | 0 | 100 | 144 | 74 | 26 | 144 | 24 |
| Binary | 1100111 | 100101 | 0 | 0 | 1000000 | 1100100 | 111100 | 10110 | 1100100 | 10100 |
Color Harmonies of #672500
Complementary color
Monochromatic Colors of #672500
Black with #672500
Text Example
Text Example
White with #672500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #672500; }
p { color: rgb(103,37,0); }
H1.HeaderClassName
{
color: #672500;
}
.AnyTagClassName
{
color: #672500;
}
</style>
background-color css
<style>
a { background-color: #672500; }
a { background-color: rgb(103,37,0); }
div.DivClassName
{
background-color: #672500;
}
.BgClassName
{
background-color: #672500;
}
</style>
border-color css
<style>
span { border-color: #672500; }
span { border-color: rgb(103,37,0); }
td.TdClassName
{
border-color: #672500;
}
.TagClassName
{
border-color: #672500;
}
</style>