Html Css Color HEX #694229 Semi-Sweet Chocolate
📋 copy color: '#694229'red 105 ◦ green 66 ◦ blue 41
Shades of Semi-Sweet Chocolate #694229
Tints of Semi-Sweet Chocolate #694229
RGB
CMYK
RGB Variations
Color information
#694229 (or 0x694229) is known color: Semi-Sweet Chocolate. HEX triplet: 69, 42 and 29. RGB value is (105,66,41). Sum of RGB (Red+Green+Blue) = 105+66+41=212 (28% of max value = 765). Red value is 105 (41.41% from 255 or 49.53% from 212); Green value is 66 (26.17% from 255 or 31.13% from 212); Blue value is 41 (16.41% from 255 or 19.34% from 212); Max value from RGB is 105 - color contains mainly: red. Hex color #694229 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694229 is #96BDD6. Grayscale: #4A4A4A. Windows color (decimal): -9878999 or 2703977. OLE color: 2703977.
HSL color Cylindrical-coordinate representation of color #694229: hue angle of 23.44º degrees, saturation: 0.44, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #694229 is Cyan = 0, Magento = 0.37, Yellow = 0.61 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 66 | 41 | - |
| CMYK | 0 | 0.37 | 0.61 | 0.59 |
| HSL | 23.44º | 0.44% | 0.29% | - |
| HSV(B) | 23.44º | 0.61% | 0.41% | - |
| XYZ | 8.17 | 7.06 | 3.03 | - |
| YUV | 74.81 | 108.92 | 149.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 66 | 41 | 0 | 0.37 | 0.61 | 0.59 | 23.44 | 0.44 | 0.29 |
| Hex | 69 | 42 | 29 | 0 | 25 | 3D | 3B | 17 | 2C | 1D |
| Octal | 151 | 102 | 51 | 0 | 45 | 75 | 73 | 27 | 54 | 35 |
| Binary | 1101001 | 1000010 | 101001 | 0 | 100101 | 111101 | 111011 | 10111 | 101100 | 11101 |
Color Harmonies of #694229
Complementary color
Monochromatic Colors of #694229
Black with #694229
Text Example
Text Example
White with #694229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694229; }
p { color: rgb(105,66,41); }
H1.HeaderClassName
{
color: #694229;
}
.AnyTagClassName
{
color: #694229;
}
</style>
background-color css
<style>
a { background-color: #694229; }
a { background-color: rgb(105,66,41); }
div.DivClassName
{
background-color: #694229;
}
.BgClassName
{
background-color: #694229;
}
</style>
border-color css
<style>
span { border-color: #694229; }
span { border-color: rgb(105,66,41); }
td.TdClassName
{
border-color: #694229;
}
.TagClassName
{
border-color: #694229;
}
</style>