Shades of Baker's Chocolate #69270C
Tints of Baker's Chocolate #69270C
RGB
CMYK
RGB Variations
Color information
#69270C (or 0x69270C) is known color: Baker's Chocolate. HEX triplet: 69, 27 and 0C. RGB value is (105,39,12). Sum of RGB (Red+Green+Blue) = 105+39+12=156 (20% of max value = 765). Red value is 105 (41.41% from 255 or 67.31% from 156); Green value is 39 (15.62% from 255 or 25% from 156); Blue value is 12 (5.08% from 255 or 7.69% from 156); Max value from RGB is 105 - color contains mainly: red. Hex color #69270C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #69270C is #96D8F3. Grayscale: #373737. Windows color (decimal): -9885940 or 796521. OLE color: 796521.
HSL color Cylindrical-coordinate representation of color #69270C: hue angle of 17.42º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #69270C is Cyan = 0, Magento = 0.63, Yellow = 0.89 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 39 | 12 | - |
| CMYK | 0 | 0.63 | 0.89 | 0.59 |
| HSL | 17.42º | 0.79% | 0.23% | - |
| HSV(B) | 17.42º | 0.89% | 0.41% | - |
| XYZ | 6.62 | 4.48 | 0.86 | - |
| YUV | 55.66 | 103.37 | 163.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 39 | 12 | 0 | 0.63 | 0.89 | 0.59 | 17.42 | 0.79 | 0.23 |
| Hex | 69 | 27 | C | 0 | 3F | 59 | 3B | 11 | 4F | 17 |
| Octal | 151 | 47 | 14 | 0 | 77 | 131 | 73 | 21 | 117 | 27 |
| Binary | 1101001 | 100111 | 1100 | 0 | 111111 | 1011001 | 111011 | 10001 | 1001111 | 10111 |
Color Harmonies of #69270C
Complementary color
Monochromatic Colors of #69270C
Black with #69270C
Text Example
Text Example
White with #69270C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69270C; }
p { color: rgb(105,39,12); }
H1.HeaderClassName
{
color: #69270C;
}
.AnyTagClassName
{
color: #69270C;
}
</style>
background-color css
<style>
a { background-color: #69270C; }
a { background-color: rgb(105,39,12); }
div.DivClassName
{
background-color: #69270C;
}
.BgClassName
{
background-color: #69270C;
}
</style>
border-color css
<style>
span { border-color: #69270C; }
span { border-color: rgb(105,39,12); }
td.TdClassName
{
border-color: #69270C;
}
.TagClassName
{
border-color: #69270C;
}
</style>