Shades of Baker's Chocolate #67230D
Tints of Baker's Chocolate #67230D
RGB
CMYK
RGB Variations
Color information
#67230D (or 0x67230D) is known color: Baker's Chocolate. HEX triplet: 67, 23 and 0D. RGB value is (103,35,13). Sum of RGB (Red+Green+Blue) = 103+35+13=151 (20% of max value = 765). Red value is 103 (40.62% from 255 or 68.21% from 151); Green value is 35 (14.06% from 255 or 23.18% from 151); Blue value is 13 (5.47% from 255 or 8.61% from 151); Max value from RGB is 103 - color contains mainly: red. Hex color #67230D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #67230D is #98DCF2. Grayscale: #343434. Windows color (decimal): -10018035 or 861031. OLE color: 861031.
HSL color Cylindrical-coordinate representation of color #67230D: hue angle of 14.67º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #67230D is Cyan = 0, Magento = 0.66, Yellow = 0.87 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 35 | 13 | - |
| CMYK | 0 | 0.66 | 0.87 | 0.60 |
| HSL | 14.67º | 0.78% | 0.23% | - |
| HSV(B) | 14.67º | 0.87% | 0.4% | - |
| XYZ | 6.27 | 4.11 | 0.84 | - |
| YUV | 52.82 | 105.53 | 163.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 35 | 13 | 0 | 0.66 | 0.87 | 0.60 | 14.67 | 0.78 | 0.23 |
| Hex | 67 | 23 | D | 0 | 42 | 57 | 3C | F | 4E | 17 |
| Octal | 147 | 43 | 15 | 0 | 102 | 127 | 74 | 17 | 116 | 27 |
| Binary | 1100111 | 100011 | 1101 | 0 | 1000010 | 1010111 | 111100 | 1111 | 1001110 | 10111 |
Color Harmonies of #67230D
Complementary color
Monochromatic Colors of #67230D
Black with #67230D
Text Example
Text Example
White with #67230D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67230D; }
p { color: rgb(103,35,13); }
H1.HeaderClassName
{
color: #67230D;
}
.AnyTagClassName
{
color: #67230D;
}
</style>
background-color css
<style>
a { background-color: #67230D; }
a { background-color: rgb(103,35,13); }
div.DivClassName
{
background-color: #67230D;
}
.BgClassName
{
background-color: #67230D;
}
</style>
border-color css
<style>
span { border-color: #67230D; }
span { border-color: rgb(103,35,13); }
td.TdClassName
{
border-color: #67230D;
}
.TagClassName
{
border-color: #67230D;
}
</style>