Shades of Baker's Chocolate #67320F
Tints of Baker's Chocolate #67320F
RGB
CMYK
RGB Variations
Color information
#67320F (or 0x67320F) is known color: Baker's Chocolate. HEX triplet: 67, 32 and 0F. RGB value is (103,50,15). Sum of RGB (Red+Green+Blue) = 103+50+15=168 (22% of max value = 765). Red value is 103 (40.62% from 255 or 61.31% from 168); Green value is 50 (19.92% from 255 or 29.76% from 168); Blue value is 15 (6.25% from 255 or 8.93% from 168); Max value from RGB is 103 - color contains mainly: red. Hex color #67320F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #67320F is #98CDF0. Grayscale: #3E3E3E. Windows color (decimal): -10014193 or 995943. OLE color: 995943.
HSL color Cylindrical-coordinate representation of color #67320F: hue angle of 23.86º degrees, saturation: 0.75, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #67320F is Cyan = 0, Magento = 0.51, Yellow = 0.85 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 50 | 15 | - |
| CMYK | 0 | 0.51 | 0.85 | 0.60 |
| HSL | 23.86º | 0.75% | 0.23% | - |
| HSV(B) | 23.86º | 0.85% | 0.4% | - |
| XYZ | 6.82 | 5.2 | 1.1 | - |
| YUV | 61.86 | 101.56 | 157.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 50 | 15 | 0 | 0.51 | 0.85 | 0.60 | 23.86 | 0.75 | 0.23 |
| Hex | 67 | 32 | F | 0 | 33 | 55 | 3C | 18 | 4B | 17 |
| Octal | 147 | 62 | 17 | 0 | 63 | 125 | 74 | 30 | 113 | 27 |
| Binary | 1100111 | 110010 | 1111 | 0 | 110011 | 1010101 | 111100 | 11000 | 1001011 | 10111 |
Color Harmonies of #67320F
Complementary color
Monochromatic Colors of #67320F
Black with #67320F
Text Example
Text Example
White with #67320F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67320F; }
p { color: rgb(103,50,15); }
H1.HeaderClassName
{
color: #67320F;
}
.AnyTagClassName
{
color: #67320F;
}
</style>
background-color css
<style>
a { background-color: #67320F; }
a { background-color: rgb(103,50,15); }
div.DivClassName
{
background-color: #67320F;
}
.BgClassName
{
background-color: #67320F;
}
</style>
border-color css
<style>
span { border-color: #67320F; }
span { border-color: rgb(103,50,15); }
td.TdClassName
{
border-color: #67320F;
}
.TagClassName
{
border-color: #67320F;
}
</style>