Html Css Color HEX #694426 Semi-Sweet Chocolate
📋 copy color: '#694426'red 105 ◦ green 68 ◦ blue 38
Shades of Semi-Sweet Chocolate #694426
Tints of Semi-Sweet Chocolate #694426
RGB
CMYK
RGB Variations
Color information
#694426 (or 0x694426) is known color: Semi-Sweet Chocolate. HEX triplet: 69, 44 and 26. RGB value is (105,68,38). Sum of RGB (Red+Green+Blue) = 105+68+38=211 (27% of max value = 765). Red value is 105 (41.41% from 255 or 49.76% from 211); Green value is 68 (26.95% from 255 or 32.23% from 211); Blue value is 38 (15.23% from 255 or 18.01% from 211); Max value from RGB is 105 - color contains mainly: red. Hex color #694426 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694426 is #96BBD9. Grayscale: #4B4B4B. Windows color (decimal): -9878490 or 2507881. OLE color: 2507881.
HSL color Cylindrical-coordinate representation of color #694426: hue angle of 26.87º degrees, saturation: 0.47, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #694426 is Cyan = 0, Magento = 0.35, Yellow = 0.64 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 68 | 38 | - |
| CMYK | 0 | 0.35 | 0.64 | 0.59 |
| HSL | 26.87º | 0.47% | 0.28% | - |
| HSV(B) | 26.87º | 0.64% | 0.41% | - |
| XYZ | 8.24 | 7.28 | 2.8 | - |
| YUV | 75.64 | 106.76 | 148.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 68 | 38 | 0 | 0.35 | 0.64 | 0.59 | 26.87 | 0.47 | 0.28 |
| Hex | 69 | 44 | 26 | 0 | 23 | 40 | 3B | 1B | 2F | 1C |
| Octal | 151 | 104 | 46 | 0 | 43 | 100 | 73 | 33 | 57 | 34 |
| Binary | 1101001 | 1000100 | 100110 | 0 | 100011 | 1000000 | 111011 | 11011 | 101111 | 11100 |
Color Harmonies of #694426
Complementary color
Monochromatic Colors of #694426
Black with #694426
Text Example
Text Example
White with #694426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694426; }
p { color: rgb(105,68,38); }
H1.HeaderClassName
{
color: #694426;
}
.AnyTagClassName
{
color: #694426;
}
</style>
background-color css
<style>
a { background-color: #694426; }
a { background-color: rgb(105,68,38); }
div.DivClassName
{
background-color: #694426;
}
.BgClassName
{
background-color: #694426;
}
</style>
border-color css
<style>
span { border-color: #694426; }
span { border-color: rgb(105,68,38); }
td.TdClassName
{
border-color: #694426;
}
.TagClassName
{
border-color: #694426;
}
</style>