Shades of Baker's Chocolate #673108
Tints of Baker's Chocolate #673108
RGB
CMYK
RGB Variations
Color information
#673108 (or 0x673108) is known color: Baker's Chocolate. HEX triplet: 67, 31 and 08. RGB value is (103,49,8). Sum of RGB (Red+Green+Blue) = 103+49+8=160 (21% of max value = 765). Red value is 103 (40.62% from 255 or 64.38% from 160); Green value is 49 (19.53% from 255 or 30.62% from 160); Blue value is 8 (3.52% from 255 or 5% from 160); Max value from RGB is 103 - color contains mainly: red. Hex color #673108 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #673108 is #98CEF7. Grayscale: #3C3C3C. Windows color (decimal): -10014456 or 536935. OLE color: 536935.
HSL color Cylindrical-coordinate representation of color #673108: hue angle of 25.89º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #673108 is Cyan = 0, Magento = 0.52, Yellow = 0.92 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 49 | 8 | - |
| CMYK | 0 | 0.52 | 0.92 | 0.60 |
| HSL | 25.89º | 0.86% | 0.22% | - |
| HSV(B) | 25.89º | 0.92% | 0.4% | - |
| XYZ | 6.74 | 5.1 | 0.86 | - |
| YUV | 60.47 | 98.39 | 158.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 49 | 8 | 0 | 0.52 | 0.92 | 0.60 | 25.89 | 0.86 | 0.22 |
| Hex | 67 | 31 | 8 | 0 | 34 | 5C | 3C | 1A | 56 | 16 |
| Octal | 147 | 61 | 10 | 0 | 64 | 134 | 74 | 32 | 126 | 26 |
| Binary | 1100111 | 110001 | 1000 | 0 | 110100 | 1011100 | 111100 | 11010 | 1010110 | 10110 |
Color Harmonies of #673108
Complementary color
Monochromatic Colors of #673108
Black with #673108
Text Example
Text Example
White with #673108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673108; }
p { color: rgb(103,49,8); }
H1.HeaderClassName
{
color: #673108;
}
.AnyTagClassName
{
color: #673108;
}
</style>
background-color css
<style>
a { background-color: #673108; }
a { background-color: rgb(103,49,8); }
div.DivClassName
{
background-color: #673108;
}
.BgClassName
{
background-color: #673108;
}
</style>
border-color css
<style>
span { border-color: #673108; }
span { border-color: rgb(103,49,8); }
td.TdClassName
{
border-color: #673108;
}
.TagClassName
{
border-color: #673108;
}
</style>