Shades of Congo Brown #694A46
Tints of Congo Brown #694A46
RGB
CMYK
RGB Variations
Color information
#694A46 (or 0x694A46) is known color: Congo Brown. HEX triplet: 69, 4A and 46. RGB value is (105,74,70). Sum of RGB (Red+Green+Blue) = 105+74+70=249 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.17% from 249); Green value is 74 (29.30% from 255 or 29.72% from 249); Blue value is 70 (27.73% from 255 or 28.11% from 249); Max value from RGB is 105 - color contains mainly: red. Hex color #694A46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694A46 is #96B5B9. Grayscale: #525252. Windows color (decimal): -9876922 or 4606569. OLE color: 4606569.
HSL color Cylindrical-coordinate representation of color #694A46: hue angle of 6.86º degrees, saturation: 0.2, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #694A46 is Cyan = 0, Magento = 0.30, Yellow = 0.33 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 74 | 70 | - |
| CMYK | 0 | 0.30 | 0.33 | 0.59 |
| HSL | 6.86º | 0.2% | 0.34% | - |
| HSV(B) | 6.86º | 0.33% | 0.41% | - |
| XYZ | 9.38 | 8.34 | 6.91 | - |
| YUV | 82.81 | 120.77 | 143.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 74 | 70 | 0 | 0.30 | 0.33 | 0.59 | 6.86 | 0.2 | 0.34 |
| Hex | 69 | 4A | 46 | 0 | 1E | 21 | 3B | 7 | 14 | 22 |
| Octal | 151 | 112 | 106 | 0 | 36 | 41 | 73 | 7 | 24 | 42 |
| Binary | 1101001 | 1001010 | 1000110 | 0 | 11110 | 100001 | 111011 | 111 | 10100 | 100010 |
Color Harmonies of #694A46
Complementary color
Monochromatic Colors of #694A46
Black with #694A46
Text Example
Text Example
White with #694A46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694A46; }
p { color: rgb(105,74,70); }
H1.HeaderClassName
{
color: #694A46;
}
.AnyTagClassName
{
color: #694A46;
}
</style>
background-color css
<style>
a { background-color: #694A46; }
a { background-color: rgb(105,74,70); }
div.DivClassName
{
background-color: #694A46;
}
.BgClassName
{
background-color: #694A46;
}
</style>
border-color css
<style>
span { border-color: #694A46; }
span { border-color: rgb(105,74,70); }
td.TdClassName
{
border-color: #694A46;
}
.TagClassName
{
border-color: #694A46;
}
</style>