Shades of Baker's Chocolate #673918
Tints of Baker's Chocolate #673918
RGB
CMYK
RGB Variations
Color information
#673918 (or 0x673918) is known color: Baker's Chocolate. HEX triplet: 67, 39 and 18. RGB value is (103,57,24). Sum of RGB (Red+Green+Blue) = 103+57+24=184 (24% of max value = 765). Red value is 103 (40.62% from 255 or 55.98% from 184); Green value is 57 (22.66% from 255 or 30.98% from 184); Blue value is 24 (9.77% from 255 or 13.04% from 184); Max value from RGB is 103 - color contains mainly: red. Hex color #673918 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #673918 is #98C6E7. Grayscale: #434343. Windows color (decimal): -10012392 or 1587559. OLE color: 1587559.
HSL color Cylindrical-coordinate representation of color #673918: hue angle of 25.06º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #673918 is Cyan = 0, Magento = 0.45, Yellow = 0.77 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 57 | 24 | - |
| CMYK | 0 | 0.45 | 0.77 | 0.60 |
| HSL | 25.06º | 0.62% | 0.25% | - |
| HSV(B) | 25.06º | 0.77% | 0.4% | - |
| XYZ | 7.22 | 5.88 | 1.62 | - |
| YUV | 66.99 | 103.74 | 153.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 57 | 24 | 0 | 0.45 | 0.77 | 0.60 | 25.06 | 0.62 | 0.25 |
| Hex | 67 | 39 | 18 | 0 | 2D | 4D | 3C | 19 | 3E | 19 |
| Octal | 147 | 71 | 30 | 0 | 55 | 115 | 74 | 31 | 76 | 31 |
| Binary | 1100111 | 111001 | 11000 | 0 | 101101 | 1001101 | 111100 | 11001 | 111110 | 11001 |
Color Harmonies of #673918
Complementary color
Monochromatic Colors of #673918
Black with #673918
Text Example
Text Example
White with #673918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673918; }
p { color: rgb(103,57,24); }
H1.HeaderClassName
{
color: #673918;
}
.AnyTagClassName
{
color: #673918;
}
</style>
background-color css
<style>
a { background-color: #673918; }
a { background-color: rgb(103,57,24); }
div.DivClassName
{
background-color: #673918;
}
.BgClassName
{
background-color: #673918;
}
</style>
border-color css
<style>
span { border-color: #673918; }
span { border-color: rgb(103,57,24); }
td.TdClassName
{
border-color: #673918;
}
.TagClassName
{
border-color: #673918;
}
</style>