Shades of Baker's Chocolate #673402
Tints of Baker's Chocolate #673402
RGB
CMYK
RGB Variations
Color information
#673402 (or 0x673402) is known color: Baker's Chocolate. HEX triplet: 67, 34 and 02. RGB value is (103,52,2). Sum of RGB (Red+Green+Blue) = 103+52+2=157 (20% of max value = 765). Red value is 103 (40.62% from 255 or 65.61% from 157); Green value is 52 (20.70% from 255 or 33.12% from 157); Blue value is 2 (1.17% from 255 or 1.27% from 157); Max value from RGB is 103 - color contains mainly: red. Hex color #673402 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #673402 is #98CBFD. Grayscale: #3D3D3D. Windows color (decimal): -10013694 or 144487. OLE color: 144487.
HSL color Cylindrical-coordinate representation of color #673402: hue angle of 29.7º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #673402 is Cyan = 0, Magento = 0.50, Yellow = 0.98 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 52 | 2 | - |
| CMYK | 0 | 0.50 | 0.98 | 0.60 |
| HSL | 29.7º | 0.96% | 0.21% | - |
| HSV(B) | 29.7º | 0.98% | 0.4% | - |
| XYZ | 6.83 | 5.34 | 0.73 | - |
| YUV | 61.55 | 94.4 | 157.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 52 | 2 | 0 | 0.50 | 0.98 | 0.60 | 29.7 | 0.96 | 0.21 |
| Hex | 67 | 34 | 2 | 0 | 32 | 62 | 3C | 1E | 60 | 15 |
| Octal | 147 | 64 | 2 | 0 | 62 | 142 | 74 | 36 | 140 | 25 |
| Binary | 1100111 | 110100 | 10 | 0 | 110010 | 1100010 | 111100 | 11110 | 1100000 | 10101 |
Color Harmonies of #673402
Complementary color
Monochromatic Colors of #673402
Black with #673402
Text Example
Text Example
White with #673402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673402; }
p { color: rgb(103,52,2); }
H1.HeaderClassName
{
color: #673402;
}
.AnyTagClassName
{
color: #673402;
}
</style>
background-color css
<style>
a { background-color: #673402; }
a { background-color: rgb(103,52,2); }
div.DivClassName
{
background-color: #673402;
}
.BgClassName
{
background-color: #673402;
}
</style>
border-color css
<style>
span { border-color: #673402; }
span { border-color: rgb(103,52,2); }
td.TdClassName
{
border-color: #673402;
}
.TagClassName
{
border-color: #673402;
}
</style>