Shades of Baker's Chocolate #67320B
Tints of Baker's Chocolate #67320B
RGB
CMYK
RGB Variations
Color information
#67320B (or 0x67320B) is known color: Baker's Chocolate. HEX triplet: 67, 32 and 0B. RGB value is (103,50,11). Sum of RGB (Red+Green+Blue) = 103+50+11=164 (21% of max value = 765). Red value is 103 (40.62% from 255 or 62.80% from 164); Green value is 50 (19.92% from 255 or 30.49% from 164); Blue value is 11 (4.69% from 255 or 6.71% from 164); Max value from RGB is 103 - color contains mainly: red. Hex color #67320B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #67320B is #98CDF4. Grayscale: #3D3D3D. Windows color (decimal): -10014197 or 733799. OLE color: 733799.
HSL color Cylindrical-coordinate representation of color #67320B: hue angle of 25.43º degrees, saturation: 0.81, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #67320B is Cyan = 0, Magento = 0.51, Yellow = 0.89 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 50 | 11 | - |
| CMYK | 0 | 0.51 | 0.89 | 0.60 |
| HSL | 25.43º | 0.81% | 0.22% | - |
| HSV(B) | 25.43º | 0.89% | 0.4% | - |
| XYZ | 6.79 | 5.19 | 0.96 | - |
| YUV | 61.4 | 99.56 | 157.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 50 | 11 | 0 | 0.51 | 0.89 | 0.60 | 25.43 | 0.81 | 0.22 |
| Hex | 67 | 32 | B | 0 | 33 | 59 | 3C | 19 | 51 | 16 |
| Octal | 147 | 62 | 13 | 0 | 63 | 131 | 74 | 31 | 121 | 26 |
| Binary | 1100111 | 110010 | 1011 | 0 | 110011 | 1011001 | 111100 | 11001 | 1010001 | 10110 |
Color Harmonies of #67320B
Complementary color
Monochromatic Colors of #67320B
Black with #67320B
Text Example
Text Example
White with #67320B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67320B; }
p { color: rgb(103,50,11); }
H1.HeaderClassName
{
color: #67320B;
}
.AnyTagClassName
{
color: #67320B;
}
</style>
background-color css
<style>
a { background-color: #67320B; }
a { background-color: rgb(103,50,11); }
div.DivClassName
{
background-color: #67320B;
}
.BgClassName
{
background-color: #67320B;
}
</style>
border-color css
<style>
span { border-color: #67320B; }
span { border-color: rgb(103,50,11); }
td.TdClassName
{
border-color: #67320B;
}
.TagClassName
{
border-color: #67320B;
}
</style>