Shades of Baker's Chocolate #692A01
Tints of Baker's Chocolate #692A01
RGB
CMYK
RGB Variations
Color information
#692A01 (or 0x692A01) is known color: Baker's Chocolate. HEX triplet: 69, 2A and 01. RGB value is (105,42,1). Sum of RGB (Red+Green+Blue) = 105+42+1=148 (19% of max value = 765). Red value is 105 (41.41% from 255 or 70.95% from 148); Green value is 42 (16.80% from 255 or 28.38% from 148); Blue value is 1 (0.78% from 255 or 0.68% from 148); Max value from RGB is 105 - color contains mainly: red. Hex color #692A01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #692A01 is #96D5FE. Grayscale: #383838. Windows color (decimal): -9885183 or 76393. OLE color: 76393.
HSL color Cylindrical-coordinate representation of color #692A01: hue angle of 23.65º 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 #692A01 is Cyan = 0, Magento = 0.6, Yellow = 0.99 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 42 | 1 | - |
| CMYK | 0 | 0.6 | 0.99 | 0.59 |
| HSL | 23.65º | 0.98% | 0.21% | - |
| HSV(B) | 23.65º | 0.99% | 0.41% | - |
| XYZ | 6.66 | 4.66 | 0.58 | - |
| YUV | 56.16 | 96.87 | 162.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 42 | 1 | 0 | 0.6 | 0.99 | 0.59 | 23.65 | 0.98 | 0.21 |
| Hex | 69 | 2A | 1 | 0 | 3C | 63 | 3B | 18 | 62 | 15 |
| Octal | 151 | 52 | 1 | 0 | 74 | 143 | 73 | 30 | 142 | 25 |
| Binary | 1101001 | 101010 | 1 | 0 | 111100 | 1100011 | 111011 | 11000 | 1100010 | 10101 |
Color Harmonies of #692A01
Complementary color
Monochromatic Colors of #692A01
Black with #692A01
Text Example
Text Example
White with #692A01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #692A01; }
p { color: rgb(105,42,1); }
H1.HeaderClassName
{
color: #692A01;
}
.AnyTagClassName
{
color: #692A01;
}
</style>
background-color css
<style>
a { background-color: #692A01; }
a { background-color: rgb(105,42,1); }
div.DivClassName
{
background-color: #692A01;
}
.BgClassName
{
background-color: #692A01;
}
</style>
border-color css
<style>
span { border-color: #692A01; }
span { border-color: rgb(105,42,1); }
td.TdClassName
{
border-color: #692A01;
}
.TagClassName
{
border-color: #692A01;
}
</style>