Shades of Baker's Chocolate #673208
Tints of Baker's Chocolate #673208
RGB
CMYK
RGB Variations
Color information
#673208 (or 0x673208) is known color: Baker's Chocolate. HEX triplet: 67, 32 and 08. RGB value is (103,50,8). Sum of RGB (Red+Green+Blue) = 103+50+8=161 (21% of max value = 765). Red value is 103 (40.62% from 255 or 63.98% from 161); Green value is 50 (19.92% from 255 or 31.06% from 161); Blue value is 8 (3.52% from 255 or 4.97% from 161); Max value from RGB is 103 - color contains mainly: red. Hex color #673208 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #673208 is #98CDF7. Grayscale: #3D3D3D. Windows color (decimal): -10014200 or 537191. OLE color: 537191.
HSL color Cylindrical-coordinate representation of color #673208: hue angle of 26.53º 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 #673208 is Cyan = 0, Magento = 0.51, Yellow = 0.92 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 50 | 8 | - |
| CMYK | 0 | 0.51 | 0.92 | 0.60 |
| HSL | 26.53º | 0.86% | 0.22% | - |
| HSV(B) | 26.53º | 0.92% | 0.4% | - |
| XYZ | 6.78 | 5.18 | 0.87 | - |
| YUV | 61.06 | 98.06 | 157.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 50 | 8 | 0 | 0.51 | 0.92 | 0.60 | 26.53 | 0.86 | 0.22 |
| Hex | 67 | 32 | 8 | 0 | 33 | 5C | 3C | 1B | 56 | 16 |
| Octal | 147 | 62 | 10 | 0 | 63 | 134 | 74 | 33 | 126 | 26 |
| Binary | 1100111 | 110010 | 1000 | 0 | 110011 | 1011100 | 111100 | 11011 | 1010110 | 10110 |
Color Harmonies of #673208
Complementary color
Monochromatic Colors of #673208
Black with #673208
Text Example
Text Example
White with #673208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673208; }
p { color: rgb(103,50,8); }
H1.HeaderClassName
{
color: #673208;
}
.AnyTagClassName
{
color: #673208;
}
</style>
background-color css
<style>
a { background-color: #673208; }
a { background-color: rgb(103,50,8); }
div.DivClassName
{
background-color: #673208;
}
.BgClassName
{
background-color: #673208;
}
</style>
border-color css
<style>
span { border-color: #673208; }
span { border-color: rgb(103,50,8); }
td.TdClassName
{
border-color: #673208;
}
.TagClassName
{
border-color: #673208;
}
</style>