Shades of Baker's Chocolate #69360E
Tints of Baker's Chocolate #69360E
RGB
CMYK
RGB Variations
Color information
#69360E (or 0x69360E) is known color: Baker's Chocolate. HEX triplet: 69, 36 and 0E. RGB value is (105,54,14). Sum of RGB (Red+Green+Blue) = 105+54+14=173 (22% of max value = 765). Red value is 105 (41.41% from 255 or 60.69% from 173); Green value is 54 (21.48% from 255 or 31.21% from 173); Blue value is 14 (5.86% from 255 or 8.09% from 173); Max value from RGB is 105 - color contains mainly: red. Hex color #69360E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #69360E is #96C9F1. Grayscale: #404040. Windows color (decimal): -9882098 or 931433. OLE color: 931433.
HSL color Cylindrical-coordinate representation of color #69360E: hue angle of 26.37º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #69360E is Cyan = 0, Magento = 0.49, Yellow = 0.87 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 54 | 14 | - |
| CMYK | 0 | 0.49 | 0.87 | 0.59 |
| HSL | 26.37º | 0.76% | 0.23% | - |
| HSV(B) | 26.37º | 0.87% | 0.41% | - |
| XYZ | 7.22 | 5.67 | 1.13 | - |
| YUV | 64.69 | 99.4 | 156.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 54 | 14 | 0 | 0.49 | 0.87 | 0.59 | 26.37 | 0.76 | 0.23 |
| Hex | 69 | 36 | E | 0 | 31 | 57 | 3B | 1A | 4C | 17 |
| Octal | 151 | 66 | 16 | 0 | 61 | 127 | 73 | 32 | 114 | 27 |
| Binary | 1101001 | 110110 | 1110 | 0 | 110001 | 1010111 | 111011 | 11010 | 1001100 | 10111 |
Color Harmonies of #69360E
Complementary color
Monochromatic Colors of #69360E
Black with #69360E
Text Example
Text Example
White with #69360E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69360E; }
p { color: rgb(105,54,14); }
H1.HeaderClassName
{
color: #69360E;
}
.AnyTagClassName
{
color: #69360E;
}
</style>
background-color css
<style>
a { background-color: #69360E; }
a { background-color: rgb(105,54,14); }
div.DivClassName
{
background-color: #69360E;
}
.BgClassName
{
background-color: #69360E;
}
</style>
border-color css
<style>
span { border-color: #69360E; }
span { border-color: rgb(105,54,14); }
td.TdClassName
{
border-color: #69360E;
}
.TagClassName
{
border-color: #69360E;
}
</style>