Shades of Congo Brown #694F46
Tints of Congo Brown #694F46
RGB
CMYK
RGB Variations
Color information
#694F46 (or 0x694F46) is known color: Congo Brown. HEX triplet: 69, 4F and 46. RGB value is (105,79,70). Sum of RGB (Red+Green+Blue) = 105+79+70=254 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.34% from 254); Green value is 79 (31.25% from 255 or 31.10% from 254); Blue value is 70 (27.73% from 255 or 27.56% from 254); Max value from RGB is 105 - color contains mainly: red. Hex color #694F46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #694F46 is #96B0B9. Grayscale: #555555. Windows color (decimal): -9875642 or 4607849. OLE color: 4607849.
HSL color Cylindrical-coordinate representation of color #694F46: hue angle of 15.43º 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 #694F46 is Cyan = 0, Magento = 0.25, Yellow = 0.33 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 79 | 70 | - |
| CMYK | 0 | 0.25 | 0.33 | 0.59 |
| HSL | 15.43º | 0.2% | 0.34% | - |
| HSV(B) | 15.43º | 0.33% | 0.41% | - |
| XYZ | 9.73 | 9.04 | 7.03 | - |
| YUV | 85.75 | 119.11 | 141.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 79 | 70 | 0 | 0.25 | 0.33 | 0.59 | 15.43 | 0.2 | 0.34 |
| Hex | 69 | 4F | 46 | 0 | 19 | 21 | 3B | F | 14 | 22 |
| Octal | 151 | 117 | 106 | 0 | 31 | 41 | 73 | 17 | 24 | 42 |
| Binary | 1101001 | 1001111 | 1000110 | 0 | 11001 | 100001 | 111011 | 1111 | 10100 | 100010 |
Color Harmonies of #694F46
Complementary color
Monochromatic Colors of #694F46
Black with #694F46
Text Example
Text Example
White with #694F46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694F46; }
p { color: rgb(105,79,70); }
H1.HeaderClassName
{
color: #694F46;
}
.AnyTagClassName
{
color: #694F46;
}
</style>
background-color css
<style>
a { background-color: #694F46; }
a { background-color: rgb(105,79,70); }
div.DivClassName
{
background-color: #694F46;
}
.BgClassName
{
background-color: #694F46;
}
</style>
border-color css
<style>
span { border-color: #694F46; }
span { border-color: rgb(105,79,70); }
td.TdClassName
{
border-color: #694F46;
}
.TagClassName
{
border-color: #694F46;
}
</style>