Html Css Color HEX #694529 Semi-Sweet Chocolate
📋 copy color: '#694529'red 105 ◦ green 69 ◦ blue 41
Shades of Semi-Sweet Chocolate #694529
Tints of Semi-Sweet Chocolate #694529
RGB
CMYK
RGB Variations
Color information
#694529 (or 0x694529) is known color: Semi-Sweet Chocolate. HEX triplet: 69, 45 and 29. RGB value is (105,69,41). Sum of RGB (Red+Green+Blue) = 105+69+41=215 (28% of max value = 765). Red value is 105 (41.41% from 255 or 48.84% from 215); Green value is 69 (27.34% from 255 or 32.09% from 215); Blue value is 41 (16.41% from 255 or 19.07% from 215); Max value from RGB is 105 - color contains mainly: red. Hex color #694529 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694529 is #96BAD6. Grayscale: #4C4C4C. Windows color (decimal): -9878231 or 2704745. OLE color: 2704745.
HSL color Cylindrical-coordinate representation of color #694529: hue angle of 26.25º 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 #694529 is Cyan = 0, Magento = 0.34, Yellow = 0.61 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 69 | 41 | - |
| CMYK | 0 | 0.34 | 0.61 | 0.59 |
| HSL | 26.25º | 0.44% | 0.29% | - |
| HSV(B) | 26.25º | 0.61% | 0.41% | - |
| XYZ | 8.35 | 7.42 | 3.09 | - |
| YUV | 76.57 | 107.93 | 148.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 69 | 41 | 0 | 0.34 | 0.61 | 0.59 | 26.25 | 0.44 | 0.29 |
| Hex | 69 | 45 | 29 | 0 | 22 | 3D | 3B | 1A | 2C | 1D |
| Octal | 151 | 105 | 51 | 0 | 42 | 75 | 73 | 32 | 54 | 35 |
| Binary | 1101001 | 1000101 | 101001 | 0 | 100010 | 111101 | 111011 | 11010 | 101100 | 11101 |
Color Harmonies of #694529
Complementary color
Monochromatic Colors of #694529
Black with #694529
Text Example
Text Example
White with #694529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694529; }
p { color: rgb(105,69,41); }
H1.HeaderClassName
{
color: #694529;
}
.AnyTagClassName
{
color: #694529;
}
</style>
background-color css
<style>
a { background-color: #694529; }
a { background-color: rgb(105,69,41); }
div.DivClassName
{
background-color: #694529;
}
.BgClassName
{
background-color: #694529;
}
</style>
border-color css
<style>
span { border-color: #694529; }
span { border-color: rgb(105,69,41); }
td.TdClassName
{
border-color: #694529;
}
.TagClassName
{
border-color: #694529;
}
</style>