Shades of Baker's Chocolate #673908
Tints of Baker's Chocolate #673908
RGB
CMYK
RGB Variations
Color information
#673908 (or 0x673908) is known color: Baker's Chocolate. HEX triplet: 67, 39 and 08. RGB value is (103,57,8). Sum of RGB (Red+Green+Blue) = 103+57+8=168 (22% of max value = 765). Red value is 103 (40.62% from 255 or 61.31% from 168); Green value is 57 (22.66% from 255 or 33.93% from 168); Blue value is 8 (3.52% from 255 or 4.76% from 168); Max value from RGB is 103 - color contains mainly: red. Hex color #673908 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #673908 is #98C6F7. Grayscale: #414141. Windows color (decimal): -10012408 or 538983. OLE color: 538983.
HSL color Cylindrical-coordinate representation of color #673908: hue angle of 30.95º 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 #673908 is Cyan = 0, Magento = 0.45, Yellow = 0.92 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 57 | 8 | - |
| CMYK | 0 | 0.45 | 0.92 | 0.60 |
| HSL | 30.95º | 0.86% | 0.22% | - |
| HSV(B) | 30.95º | 0.92% | 0.4% | - |
| XYZ | 7.1 | 5.83 | 0.98 | - |
| YUV | 65.17 | 95.74 | 154.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 57 | 8 | 0 | 0.45 | 0.92 | 0.60 | 30.95 | 0.86 | 0.22 |
| Hex | 67 | 39 | 8 | 0 | 2D | 5C | 3C | 1F | 56 | 16 |
| Octal | 147 | 71 | 10 | 0 | 55 | 134 | 74 | 37 | 126 | 26 |
| Binary | 1100111 | 111001 | 1000 | 0 | 101101 | 1011100 | 111100 | 11111 | 1010110 | 10110 |
Color Harmonies of #673908
Complementary color
Monochromatic Colors of #673908
Black with #673908
Text Example
Text Example
White with #673908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673908; }
p { color: rgb(103,57,8); }
H1.HeaderClassName
{
color: #673908;
}
.AnyTagClassName
{
color: #673908;
}
</style>
background-color css
<style>
a { background-color: #673908; }
a { background-color: rgb(103,57,8); }
div.DivClassName
{
background-color: #673908;
}
.BgClassName
{
background-color: #673908;
}
</style>
border-color css
<style>
span { border-color: #673908; }
span { border-color: rgb(103,57,8); }
td.TdClassName
{
border-color: #673908;
}
.TagClassName
{
border-color: #673908;
}
</style>