Shades of Baker's Chocolate #672205
Tints of Baker's Chocolate #672205
RGB
CMYK
RGB Variations
Color information
#672205 (or 0x672205) is known color: Baker's Chocolate. HEX triplet: 67, 22 and 05. RGB value is (103,34,5). Sum of RGB (Red+Green+Blue) = 103+34+5=142 (18% of max value = 765). Red value is 103 (40.62% from 255 or 72.54% from 142); Green value is 34 (13.67% from 255 or 23.94% from 142); Blue value is 5 (2.34% from 255 or 3.52% from 142); Max value from RGB is 103 - color contains mainly: red. Hex color #672205 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #672205 is #98DDFA. Grayscale: #333333. Windows color (decimal): -10018299 or 336487. OLE color: 336487.
HSL color Cylindrical-coordinate representation of color #672205: hue angle of 17.76º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #672205 is Cyan = 0, Magento = 0.67, Yellow = 0.95 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 34 | 5 | - |
| CMYK | 0 | 0.67 | 0.95 | 0.60 |
| HSL | 17.76º | 0.91% | 0.21% | - |
| HSV(B) | 17.76º | 0.95% | 0.4% | - |
| XYZ | 6.19 | 4.04 | 0.6 | - |
| YUV | 51.33 | 101.86 | 164.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 34 | 5 | 0 | 0.67 | 0.95 | 0.60 | 17.76 | 0.91 | 0.21 |
| Hex | 67 | 22 | 5 | 0 | 43 | 5F | 3C | 12 | 5B | 15 |
| Octal | 147 | 42 | 5 | 0 | 103 | 137 | 74 | 22 | 133 | 25 |
| Binary | 1100111 | 100010 | 101 | 0 | 1000011 | 1011111 | 111100 | 10010 | 1011011 | 10101 |
Color Harmonies of #672205
Complementary color
Monochromatic Colors of #672205
Black with #672205
Text Example
Text Example
White with #672205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #672205; }
p { color: rgb(103,34,5); }
H1.HeaderClassName
{
color: #672205;
}
.AnyTagClassName
{
color: #672205;
}
</style>
background-color css
<style>
a { background-color: #672205; }
a { background-color: rgb(103,34,5); }
div.DivClassName
{
background-color: #672205;
}
.BgClassName
{
background-color: #672205;
}
</style>
border-color css
<style>
span { border-color: #672205; }
span { border-color: rgb(103,34,5); }
td.TdClassName
{
border-color: #672205;
}
.TagClassName
{
border-color: #672205;
}
</style>