Shades of Baker's Chocolate #69320C
Tints of Baker's Chocolate #69320C
RGB
CMYK
RGB Variations
Color information
#69320C (or 0x69320C) is known color: Baker's Chocolate. HEX triplet: 69, 32 and 0C. RGB value is (105,50,12). Sum of RGB (Red+Green+Blue) = 105+50+12=167 (22% of max value = 765). Red value is 105 (41.41% from 255 or 62.87% from 167); Green value is 50 (19.92% from 255 or 29.94% from 167); Blue value is 12 (5.08% from 255 or 7.19% from 167); Max value from RGB is 105 - color contains mainly: red. Hex color #69320C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #69320C is #96CDF3. Grayscale: #3E3E3E. Windows color (decimal): -9883124 or 799337. OLE color: 799337.
HSL color Cylindrical-coordinate representation of color #69320C: hue angle of 24.52º 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 #69320C is Cyan = 0, Magento = 0.52, Yellow = 0.89 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 50 | 12 | - |
| CMYK | 0 | 0.52 | 0.89 | 0.59 |
| HSL | 24.52º | 0.79% | 0.23% | - |
| HSV(B) | 24.52º | 0.89% | 0.41% | - |
| XYZ | 7.03 | 5.31 | 1 | - |
| YUV | 62.11 | 99.72 | 158.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 50 | 12 | 0 | 0.52 | 0.89 | 0.59 | 24.52 | 0.79 | 0.23 |
| Hex | 69 | 32 | C | 0 | 34 | 59 | 3B | 19 | 4F | 17 |
| Octal | 151 | 62 | 14 | 0 | 64 | 131 | 73 | 31 | 117 | 27 |
| Binary | 1101001 | 110010 | 1100 | 0 | 110100 | 1011001 | 111011 | 11001 | 1001111 | 10111 |
Color Harmonies of #69320C
Complementary color
Monochromatic Colors of #69320C
Black with #69320C
Text Example
Text Example
White with #69320C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69320C; }
p { color: rgb(105,50,12); }
H1.HeaderClassName
{
color: #69320C;
}
.AnyTagClassName
{
color: #69320C;
}
</style>
background-color css
<style>
a { background-color: #69320C; }
a { background-color: rgb(105,50,12); }
div.DivClassName
{
background-color: #69320C;
}
.BgClassName
{
background-color: #69320C;
}
</style>
border-color css
<style>
span { border-color: #69320C; }
span { border-color: rgb(105,50,12); }
td.TdClassName
{
border-color: #69320C;
}
.TagClassName
{
border-color: #69320C;
}
</style>