Shades of Baker's Chocolate #673401
Tints of Baker's Chocolate #673401
RGB
CMYK
RGB Variations
Color information
#673401 (or 0x673401) is known color: Baker's Chocolate. HEX triplet: 67, 34 and 01. RGB value is (103,52,1). Sum of RGB (Red+Green+Blue) = 103+52+1=156 (20% of max value = 765). Red value is 103 (40.62% from 255 or 66.03% from 156); Green value is 52 (20.70% from 255 or 33.33% from 156); Blue value is 1 (0.78% from 255 or 0.64% from 156); Max value from RGB is 103 - color contains mainly: red. Hex color #673401 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #673401 is #98CBFE. Grayscale: #3D3D3D. Windows color (decimal): -10013695 or 78951. OLE color: 78951.
HSL color Cylindrical-coordinate representation of color #673401: hue angle of 30º 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 #673401 is Cyan = 0, Magento = 0.50, Yellow = 0.99 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 52 | 1 | - |
| CMYK | 0 | 0.50 | 0.99 | 0.60 |
| HSL | 30º | 0.98% | 0.2% | - |
| HSV(B) | 30º | 0.99% | 0.4% | - |
| XYZ | 6.83 | 5.34 | 0.7 | - |
| YUV | 61.44 | 93.9 | 157.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 52 | 1 | 0 | 0.50 | 0.99 | 0.60 | 30 | 0.98 | 0.2 |
| Hex | 67 | 34 | 1 | 0 | 32 | 63 | 3C | 1E | 62 | 14 |
| Octal | 147 | 64 | 1 | 0 | 62 | 143 | 74 | 36 | 142 | 24 |
| Binary | 1100111 | 110100 | 1 | 0 | 110010 | 1100011 | 111100 | 11110 | 1100010 | 10100 |
Color Harmonies of #673401
Complementary color
Monochromatic Colors of #673401
Black with #673401
Text Example
Text Example
White with #673401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673401; }
p { color: rgb(103,52,1); }
H1.HeaderClassName
{
color: #673401;
}
.AnyTagClassName
{
color: #673401;
}
</style>
background-color css
<style>
a { background-color: #673401; }
a { background-color: rgb(103,52,1); }
div.DivClassName
{
background-color: #673401;
}
.BgClassName
{
background-color: #673401;
}
</style>
border-color css
<style>
span { border-color: #673401; }
span { border-color: rgb(103,52,1); }
td.TdClassName
{
border-color: #673401;
}
.TagClassName
{
border-color: #673401;
}
</style>