Shades of Baker's Chocolate #692C03
Tints of Baker's Chocolate #692C03
RGB
CMYK
RGB Variations
Color information
#692C03 (or 0x692C03) is known color: Baker's Chocolate. HEX triplet: 69, 2C and 03. RGB value is (105,44,3). Sum of RGB (Red+Green+Blue) = 105+44+3=152 (20% of max value = 765). Red value is 105 (41.41% from 255 or 69.08% from 152); Green value is 44 (17.58% from 255 or 28.95% from 152); Blue value is 3 (1.56% from 255 or 1.97% from 152); Max value from RGB is 105 - color contains mainly: red. Hex color #692C03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #692C03 is #96D3FC. Grayscale: #393939. Windows color (decimal): -9884669 or 207977. OLE color: 207977.
HSL color Cylindrical-coordinate representation of color #692C03: hue angle of 24.12º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #692C03 is Cyan = 0, Magento = 0.58, Yellow = 0.97 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 44 | 3 | - |
| CMYK | 0 | 0.58 | 0.97 | 0.59 |
| HSL | 24.12º | 0.94% | 0.21% | - |
| HSV(B) | 24.12º | 0.97% | 0.41% | - |
| XYZ | 6.74 | 4.81 | 0.66 | - |
| YUV | 57.57 | 97.21 | 161.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 44 | 3 | 0 | 0.58 | 0.97 | 0.59 | 24.12 | 0.94 | 0.21 |
| Hex | 69 | 2C | 3 | 0 | 3A | 61 | 3B | 18 | 5E | 15 |
| Octal | 151 | 54 | 3 | 0 | 72 | 141 | 73 | 30 | 136 | 25 |
| Binary | 1101001 | 101100 | 11 | 0 | 111010 | 1100001 | 111011 | 11000 | 1011110 | 10101 |
Color Harmonies of #692C03
Complementary color
Monochromatic Colors of #692C03
Black with #692C03
Text Example
Text Example
White with #692C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #692C03; }
p { color: rgb(105,44,3); }
H1.HeaderClassName
{
color: #692C03;
}
.AnyTagClassName
{
color: #692C03;
}
</style>
background-color css
<style>
a { background-color: #692C03; }
a { background-color: rgb(105,44,3); }
div.DivClassName
{
background-color: #692C03;
}
.BgClassName
{
background-color: #692C03;
}
</style>
border-color css
<style>
span { border-color: #692C03; }
span { border-color: rgb(105,44,3); }
td.TdClassName
{
border-color: #692C03;
}
.TagClassName
{
border-color: #692C03;
}
</style>