Shades of Baker's Chocolate #67301A
Tints of Baker's Chocolate #67301A
RGB
CMYK
RGB Variations
Color information
#67301A (or 0x67301A) is known color: Baker's Chocolate. HEX triplet: 67, 30 and 1A. RGB value is (103,48,26). Sum of RGB (Red+Green+Blue) = 103+48+26=177 (23% of max value = 765). Red value is 103 (40.62% from 255 or 58.19% from 177); Green value is 48 (19.14% from 255 or 27.12% from 177); Blue value is 26 (10.55% from 255 or 14.69% from 177); Max value from RGB is 103 - color contains mainly: red. Hex color #67301A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #67301A is #98CFE5. Grayscale: #3E3E3E. Windows color (decimal): -10014694 or 1716327. OLE color: 1716327.
HSL color Cylindrical-coordinate representation of color #67301A: hue angle of 17.14º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #67301A is Cyan = 0, Magento = 0.53, Yellow = 0.75 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 48 | 26 | - |
| CMYK | 0 | 0.53 | 0.75 | 0.60 |
| HSL | 17.14º | 0.6% | 0.25% | - |
| HSV(B) | 17.14º | 0.75% | 0.4% | - |
| XYZ | 6.84 | 5.07 | 1.6 | - |
| YUV | 61.94 | 107.72 | 157.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 48 | 26 | 0 | 0.53 | 0.75 | 0.60 | 17.14 | 0.6 | 0.25 |
| Hex | 67 | 30 | 1A | 0 | 35 | 4B | 3C | 11 | 3C | 19 |
| Octal | 147 | 60 | 32 | 0 | 65 | 113 | 74 | 21 | 74 | 31 |
| Binary | 1100111 | 110000 | 11010 | 0 | 110101 | 1001011 | 111100 | 10001 | 111100 | 11001 |
Color Harmonies of #67301A
Complementary color
Monochromatic Colors of #67301A
Black with #67301A
Text Example
Text Example
White with #67301A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67301A; }
p { color: rgb(103,48,26); }
H1.HeaderClassName
{
color: #67301A;
}
.AnyTagClassName
{
color: #67301A;
}
</style>
background-color css
<style>
a { background-color: #67301A; }
a { background-color: rgb(103,48,26); }
div.DivClassName
{
background-color: #67301A;
}
.BgClassName
{
background-color: #67301A;
}
</style>
border-color css
<style>
span { border-color: #67301A; }
span { border-color: rgb(103,48,26); }
td.TdClassName
{
border-color: #67301A;
}
.TagClassName
{
border-color: #67301A;
}
</style>