Html Css Color HEX #694223 Semi-Sweet Chocolate
📋 copy color: '#694223'red 105 ◦ green 66 ◦ blue 35
Shades of Semi-Sweet Chocolate #694223
Tints of Semi-Sweet Chocolate #694223
RGB
CMYK
RGB Variations
Color information
#694223 (or 0x694223) is known color: Semi-Sweet Chocolate. HEX triplet: 69, 42 and 23. RGB value is (105,66,35). Sum of RGB (Red+Green+Blue) = 105+66+35=206 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50.97% from 206); Green value is 66 (26.17% from 255 or 32.04% from 206); Blue value is 35 (14.06% from 255 or 16.99% from 206); Max value from RGB is 105 - color contains mainly: red. Hex color #694223 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694223 is #96BDDC. Grayscale: #4A4A4A. Windows color (decimal): -9879005 or 2310761. OLE color: 2310761.
HSL color Cylindrical-coordinate representation of color #694223: hue angle of 26.57º degrees, saturation: 0.5, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #694223 is Cyan = 0, Magento = 0.37, Yellow = 0.67 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 66 | 35 | - |
| CMYK | 0 | 0.37 | 0.67 | 0.59 |
| HSL | 26.57º | 0.5% | 0.27% | - |
| HSV(B) | 26.57º | 0.67% | 0.41% | - |
| XYZ | 8.08 | 7.02 | 2.52 | - |
| YUV | 74.13 | 105.92 | 150.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 66 | 35 | 0 | 0.37 | 0.67 | 0.59 | 26.57 | 0.5 | 0.27 |
| Hex | 69 | 42 | 23 | 0 | 25 | 43 | 3B | 1B | 32 | 1B |
| Octal | 151 | 102 | 43 | 0 | 45 | 103 | 73 | 33 | 62 | 33 |
| Binary | 1101001 | 1000010 | 100011 | 0 | 100101 | 1000011 | 111011 | 11011 | 110010 | 11011 |
Color Harmonies of #694223
Complementary color
Monochromatic Colors of #694223
Black with #694223
Text Example
Text Example
White with #694223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694223; }
p { color: rgb(105,66,35); }
H1.HeaderClassName
{
color: #694223;
}
.AnyTagClassName
{
color: #694223;
}
</style>
background-color css
<style>
a { background-color: #694223; }
a { background-color: rgb(105,66,35); }
div.DivClassName
{
background-color: #694223;
}
.BgClassName
{
background-color: #694223;
}
</style>
border-color css
<style>
span { border-color: #694223; }
span { border-color: rgb(105,66,35); }
td.TdClassName
{
border-color: #694223;
}
.TagClassName
{
border-color: #694223;
}
</style>