Shades of Baker's Chocolate #642009
Tints of Baker's Chocolate #642009
RGB
CMYK
RGB Variations
Color information
#642009 (or 0x642009) is known color: Baker's Chocolate. HEX triplet: 64, 20 and 09. RGB value is (100,32,9). Sum of RGB (Red+Green+Blue) = 100+32+9=141 (18% of max value = 765). Red value is 100 (39.45% from 255 or 70.92% from 141); Green value is 32 (12.89% from 255 or 22.70% from 141); Blue value is 9 (3.91% from 255 or 6.38% from 141); Max value from RGB is 100 - color contains mainly: red. Hex color #642009 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #642009 is #9BDFF6. Grayscale: #313131. Windows color (decimal): -10215415 or 598116. OLE color: 598116.
HSL color Cylindrical-coordinate representation of color #642009: hue angle of 15.16º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #642009 is Cyan = 0, Magento = 0.68, Yellow = 0.91 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 32 | 9 | - |
| CMYK | 0 | 0.68 | 0.91 | 0.61 |
| HSL | 15.16º | 0.83% | 0.21% | - |
| HSV(B) | 15.16º | 0.91% | 0.39% | - |
| XYZ | 5.82 | 3.76 | 0.68 | - |
| YUV | 49.71 | 105.03 | 163.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 32 | 9 | 0 | 0.68 | 0.91 | 0.61 | 15.16 | 0.83 | 0.21 |
| Hex | 64 | 20 | 9 | 0 | 44 | 5B | 3D | F | 53 | 15 |
| Octal | 144 | 40 | 11 | 0 | 104 | 133 | 75 | 17 | 123 | 25 |
| Binary | 1100100 | 100000 | 1001 | 0 | 1000100 | 1011011 | 111101 | 1111 | 1010011 | 10101 |
Color Harmonies of #642009
Complementary color
Monochromatic Colors of #642009
Black with #642009
Text Example
Text Example
White with #642009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642009; }
p { color: rgb(100,32,9); }
H1.HeaderClassName
{
color: #642009;
}
.AnyTagClassName
{
color: #642009;
}
</style>
background-color css
<style>
a { background-color: #642009; }
a { background-color: rgb(100,32,9); }
div.DivClassName
{
background-color: #642009;
}
.BgClassName
{
background-color: #642009;
}
</style>
border-color css
<style>
span { border-color: #642009; }
span { border-color: rgb(100,32,9); }
td.TdClassName
{
border-color: #642009;
}
.TagClassName
{
border-color: #642009;
}
</style>