Shades of Baker's Chocolate #692301
Tints of Baker's Chocolate #692301
RGB
CMYK
RGB Variations
Color information
#692301 (or 0x692301) is known color: Baker's Chocolate. HEX triplet: 69, 23 and 01. RGB value is (105,35,1). Sum of RGB (Red+Green+Blue) = 105+35+1=141 (18% of max value = 765). Red value is 105 (41.41% from 255 or 74.47% from 141); Green value is 35 (14.06% from 255 or 24.82% from 141); Blue value is 1 (0.78% from 255 or 0.71% from 141); Max value from RGB is 105 - color contains mainly: red. Hex color #692301 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #692301 is #96DCFE. Grayscale: #343434. Windows color (decimal): -9886975 or 74601. OLE color: 74601.
HSL color Cylindrical-coordinate representation of color #692301: hue angle of 19.62º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #692301 is Cyan = 0, Magento = 0.67, Yellow = 0.99 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 35 | 1 | - |
| CMYK | 0 | 0.67 | 0.99 | 0.59 |
| HSL | 19.62º | 0.98% | 0.21% | - |
| HSV(B) | 19.62º | 0.99% | 0.41% | - |
| XYZ | 6.43 | 4.21 | 0.5 | - |
| YUV | 52.05 | 99.19 | 165.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 35 | 1 | 0 | 0.67 | 0.99 | 0.59 | 19.62 | 0.98 | 0.21 |
| Hex | 69 | 23 | 1 | 0 | 43 | 63 | 3B | 14 | 62 | 15 |
| Octal | 151 | 43 | 1 | 0 | 103 | 143 | 73 | 24 | 142 | 25 |
| Binary | 1101001 | 100011 | 1 | 0 | 1000011 | 1100011 | 111011 | 10100 | 1100010 | 10101 |
Color Harmonies of #692301
Complementary color
Monochromatic Colors of #692301
Black with #692301
Text Example
Text Example
White with #692301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #692301; }
p { color: rgb(105,35,1); }
H1.HeaderClassName
{
color: #692301;
}
.AnyTagClassName
{
color: #692301;
}
</style>
background-color css
<style>
a { background-color: #692301; }
a { background-color: rgb(105,35,1); }
div.DivClassName
{
background-color: #692301;
}
.BgClassName
{
background-color: #692301;
}
</style>
border-color css
<style>
span { border-color: #692301; }
span { border-color: rgb(105,35,1); }
td.TdClassName
{
border-color: #692301;
}
.TagClassName
{
border-color: #692301;
}
</style>