Html Css Color HEX #694029 Semi-Sweet Chocolate
📋 copy color: '#694029'red 105 ◦ green 64 ◦ blue 41
Shades of Semi-Sweet Chocolate #694029
Tints of Semi-Sweet Chocolate #694029
RGB
CMYK
RGB Variations
Color information
#694029 (or 0x694029) is known color: Semi-Sweet Chocolate. HEX triplet: 69, 40 and 29. RGB value is (105,64,41). Sum of RGB (Red+Green+Blue) = 105+64+41=210 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50% from 210); Green value is 64 (25.39% from 255 or 30.48% from 210); Blue value is 41 (16.41% from 255 or 19.52% from 210); Max value from RGB is 105 - color contains mainly: red. Hex color #694029 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694029 is #96BFD6. Grayscale: #494949. Windows color (decimal): -9879511 or 2703465. OLE color: 2703465.
HSL color Cylindrical-coordinate representation of color #694029: hue angle of 21.56º 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 #694029 is Cyan = 0, Magento = 0.39, Yellow = 0.61 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 64 | 41 | - |
| CMYK | 0 | 0.39 | 0.61 | 0.59 |
| HSL | 21.56º | 0.44% | 0.29% | - |
| HSV(B) | 21.56º | 0.61% | 0.41% | - |
| XYZ | 8.06 | 6.83 | 2.99 | - |
| YUV | 73.64 | 109.58 | 150.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 64 | 41 | 0 | 0.39 | 0.61 | 0.59 | 21.56 | 0.44 | 0.29 |
| Hex | 69 | 40 | 29 | 0 | 27 | 3D | 3B | 16 | 2C | 1D |
| Octal | 151 | 100 | 51 | 0 | 47 | 75 | 73 | 26 | 54 | 35 |
| Binary | 1101001 | 1000000 | 101001 | 0 | 100111 | 111101 | 111011 | 10110 | 101100 | 11101 |
Color Harmonies of #694029
Complementary color
Monochromatic Colors of #694029
Black with #694029
Text Example
Text Example
White with #694029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694029; }
p { color: rgb(105,64,41); }
H1.HeaderClassName
{
color: #694029;
}
.AnyTagClassName
{
color: #694029;
}
</style>
background-color css
<style>
a { background-color: #694029; }
a { background-color: rgb(105,64,41); }
div.DivClassName
{
background-color: #694029;
}
.BgClassName
{
background-color: #694029;
}
</style>
border-color css
<style>
span { border-color: #694029; }
span { border-color: rgb(105,64,41); }
td.TdClassName
{
border-color: #694029;
}
.TagClassName
{
border-color: #694029;
}
</style>