Shades of Baker's Chocolate #672005
Tints of Baker's Chocolate #672005
RGB
CMYK
RGB Variations
Color information
#672005 (or 0x672005) is known color: Baker's Chocolate. HEX triplet: 67, 20 and 05. RGB value is (103,32,5). Sum of RGB (Red+Green+Blue) = 103+32+5=140 (18% of max value = 765). Red value is 103 (40.62% from 255 or 73.57% from 140); Green value is 32 (12.89% from 255 or 22.86% from 140); Blue value is 5 (2.34% from 255 or 3.57% from 140); Max value from RGB is 103 - color contains mainly: red. Hex color #672005 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #672005 is #98DFFA. Grayscale: #323232. Windows color (decimal): -10018811 or 335975. OLE color: 335975.
HSL color Cylindrical-coordinate representation of color #672005: hue angle of 16.53º 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 #672005 is Cyan = 0, Magento = 0.69, Yellow = 0.95 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 32 | 5 | - |
| CMYK | 0 | 0.69 | 0.95 | 0.60 |
| HSL | 16.53º | 0.91% | 0.21% | - |
| HSV(B) | 16.53º | 0.95% | 0.4% | - |
| XYZ | 6.14 | 3.93 | 0.58 | - |
| YUV | 50.15 | 102.52 | 165.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 32 | 5 | 0 | 0.69 | 0.95 | 0.60 | 16.53 | 0.91 | 0.21 |
| Hex | 67 | 20 | 5 | 0 | 45 | 5F | 3C | 11 | 5B | 15 |
| Octal | 147 | 40 | 5 | 0 | 105 | 137 | 74 | 21 | 133 | 25 |
| Binary | 1100111 | 100000 | 101 | 0 | 1000101 | 1011111 | 111100 | 10001 | 1011011 | 10101 |
Color Harmonies of #672005
Complementary color
Monochromatic Colors of #672005
Black with #672005
Text Example
Text Example
White with #672005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #672005; }
p { color: rgb(103,32,5); }
H1.HeaderClassName
{
color: #672005;
}
.AnyTagClassName
{
color: #672005;
}
</style>
background-color css
<style>
a { background-color: #672005; }
a { background-color: rgb(103,32,5); }
div.DivClassName
{
background-color: #672005;
}
.BgClassName
{
background-color: #672005;
}
</style>
border-color css
<style>
span { border-color: #672005; }
span { border-color: rgb(103,32,5); }
td.TdClassName
{
border-color: #672005;
}
.TagClassName
{
border-color: #672005;
}
</style>