Shades of Baker's Chocolate #671B01
Tints of Baker's Chocolate #671B01
RGB
CMYK
RGB Variations
Color information
#671B01 (or 0x671B01) is known color: Baker's Chocolate. HEX triplet: 67, 1B and 01. RGB value is (103,27,1). Sum of RGB (Red+Green+Blue) = 103+27+1=131 (17% of max value = 765). Red value is 103 (40.62% from 255 or 78.63% from 131); Green value is 27 (10.94% from 255 or 20.61% from 131); Blue value is 1 (0.78% from 255 or 0.76% from 131); Max value from RGB is 103 - color contains mainly: red. Hex color #671B01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #671B01 is #98E4FE. Grayscale: #2E2E2E. Windows color (decimal): -10020095 or 72551. OLE color: 72551.
HSL color Cylindrical-coordinate representation of color #671B01: hue angle of 15.29º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #671B01 is Cyan = 0, Magento = 0.74, Yellow = 0.99 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 27 | 1 | - |
| CMYK | 0 | 0.74 | 0.99 | 0.60 |
| HSL | 15.29º | 0.98% | 0.2% | - |
| HSV(B) | 15.29º | 0.99% | 0.4% | - |
| XYZ | 5.99 | 3.67 | 0.42 | - |
| YUV | 46.76 | 102.18 | 168.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 27 | 1 | 0 | 0.74 | 0.99 | 0.60 | 15.29 | 0.98 | 0.2 |
| Hex | 67 | 1B | 1 | 0 | 4A | 63 | 3C | F | 62 | 14 |
| Octal | 147 | 33 | 1 | 0 | 112 | 143 | 74 | 17 | 142 | 24 |
| Binary | 1100111 | 11011 | 1 | 0 | 1001010 | 1100011 | 111100 | 1111 | 1100010 | 10100 |
Color Harmonies of #671B01
Complementary color
Monochromatic Colors of #671B01
Black with #671B01
Text Example
Text Example
White with #671B01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #671B01; }
p { color: rgb(103,27,1); }
H1.HeaderClassName
{
color: #671B01;
}
.AnyTagClassName
{
color: #671B01;
}
</style>
background-color css
<style>
a { background-color: #671B01; }
a { background-color: rgb(103,27,1); }
div.DivClassName
{
background-color: #671B01;
}
.BgClassName
{
background-color: #671B01;
}
</style>
border-color css
<style>
span { border-color: #671B01; }
span { border-color: rgb(103,27,1); }
td.TdClassName
{
border-color: #671B01;
}
.TagClassName
{
border-color: #671B01;
}
</style>