Shades of Congo Brown #694A42
Tints of Congo Brown #694A42
RGB
CMYK
RGB Variations
Color information
#694A42 (or 0x694A42) is known color: Congo Brown. HEX triplet: 69, 4A and 42. RGB value is (105,74,66). Sum of RGB (Red+Green+Blue) = 105+74+66=245 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.86% from 245); Green value is 74 (29.30% from 255 or 30.20% from 245); Blue value is 66 (26.17% from 255 or 26.94% from 245); Max value from RGB is 105 - color contains mainly: red. Hex color #694A42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694A42 is #96B5BD. Grayscale: #525252. Windows color (decimal): -9876926 or 4344425. OLE color: 4344425.
HSL color Cylindrical-coordinate representation of color #694A42: hue angle of 12.31º degrees, saturation: 0.23, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #694A42 is Cyan = 0, Magento = 0.30, Yellow = 0.37 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 74 | 66 | - |
| CMYK | 0 | 0.30 | 0.37 | 0.59 |
| HSL | 12.31º | 0.23% | 0.34% | - |
| HSV(B) | 12.31º | 0.37% | 0.41% | - |
| XYZ | 9.26 | 8.29 | 6.27 | - |
| YUV | 82.36 | 118.77 | 144.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 74 | 66 | 0 | 0.30 | 0.37 | 0.59 | 12.31 | 0.23 | 0.34 |
| Hex | 69 | 4A | 42 | 0 | 1E | 25 | 3B | C | 17 | 22 |
| Octal | 151 | 112 | 102 | 0 | 36 | 45 | 73 | 14 | 27 | 42 |
| Binary | 1101001 | 1001010 | 1000010 | 0 | 11110 | 100101 | 111011 | 1100 | 10111 | 100010 |
Color Harmonies of #694A42
Complementary color
Monochromatic Colors of #694A42
Black with #694A42
Text Example
Text Example
White with #694A42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694A42; }
p { color: rgb(105,74,66); }
H1.HeaderClassName
{
color: #694A42;
}
.AnyTagClassName
{
color: #694A42;
}
</style>
background-color css
<style>
a { background-color: #694A42; }
a { background-color: rgb(105,74,66); }
div.DivClassName
{
background-color: #694A42;
}
.BgClassName
{
background-color: #694A42;
}
</style>
border-color css
<style>
span { border-color: #694A42; }
span { border-color: rgb(105,74,66); }
td.TdClassName
{
border-color: #694A42;
}
.TagClassName
{
border-color: #694A42;
}
</style>