Shades of Baker's Chocolate #672505
Tints of Baker's Chocolate #672505
RGB
CMYK
RGB Variations
Color information
#672505 (or 0x672505) is known color: Baker's Chocolate. HEX triplet: 67, 25 and 05. RGB value is (103,37,5). Sum of RGB (Red+Green+Blue) = 103+37+5=145 (19% of max value = 765). Red value is 103 (40.62% from 255 or 71.03% from 145); Green value is 37 (14.84% from 255 or 25.52% from 145); Blue value is 5 (2.34% from 255 or 3.45% from 145); Max value from RGB is 103 - color contains mainly: red. Hex color #672505 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #672505 is #98DAFA. Grayscale: #353535. Windows color (decimal): -10017531 or 337255. OLE color: 337255.
HSL color Cylindrical-coordinate representation of color #672505: hue angle of 19.59º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #672505 is Cyan = 0, Magento = 0.64, Yellow = 0.95 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 37 | 5 | - |
| CMYK | 0 | 0.64 | 0.95 | 0.60 |
| HSL | 19.59º | 0.91% | 0.21% | - |
| HSV(B) | 19.59º | 0.95% | 0.4% | - |
| XYZ | 6.28 | 4.22 | 0.63 | - |
| YUV | 53.09 | 100.87 | 163.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 37 | 5 | 0 | 0.64 | 0.95 | 0.60 | 19.59 | 0.91 | 0.21 |
| Hex | 67 | 25 | 5 | 0 | 40 | 5F | 3C | 14 | 5B | 15 |
| Octal | 147 | 45 | 5 | 0 | 100 | 137 | 74 | 24 | 133 | 25 |
| Binary | 1100111 | 100101 | 101 | 0 | 1000000 | 1011111 | 111100 | 10100 | 1011011 | 10101 |
Color Harmonies of #672505
Complementary color
Monochromatic Colors of #672505
Black with #672505
Text Example
Text Example
White with #672505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #672505; }
p { color: rgb(103,37,5); }
H1.HeaderClassName
{
color: #672505;
}
.AnyTagClassName
{
color: #672505;
}
</style>
background-color css
<style>
a { background-color: #672505; }
a { background-color: rgb(103,37,5); }
div.DivClassName
{
background-color: #672505;
}
.BgClassName
{
background-color: #672505;
}
</style>
border-color css
<style>
span { border-color: #672505; }
span { border-color: rgb(103,37,5); }
td.TdClassName
{
border-color: #672505;
}
.TagClassName
{
border-color: #672505;
}
</style>